Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "viewBillingResponseBillingRecord")
fun Flow<ViewBillingResponse>.billingRecords(): Flow<BillingRecord>

This paginator transforms the flow returned by viewBillingPaginated to access the nested member BillingRecord

Link copied to clipboard
@JvmName(name = "listDomainsResponseDomainSummary")
fun Flow<ListDomainsResponse>.domains(): Flow<DomainSummary>

This paginator transforms the flow returned by listDomainsPaginated to access the nested member DomainSummary

Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listOperationsResponseOperationSummary")
fun Flow<ListOperationsResponse>.operations(): Flow<OperationSummary>

This paginator transforms the flow returned by listOperationsPaginated to access the nested member OperationSummary

Link copied to clipboard
@JvmName(name = "listPricesResponseDomainPrice")
fun Flow<ListPricesResponse>.prices(): Flow<DomainPrice>

This paginator transforms the flow returned by listPricesPaginated to access the nested member DomainPrice