Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listBillingViewsPaginated to access the nested member BillingViewListElement
Link copied to clipboard
fun BillingClient.listBillingViewsPaginated(initialRequest: ListBillingViewsRequest = ListBillingViewsRequest { }): Flow<ListBillingViewsResponse>
fun BillingClient.listBillingViewsPaginated(block: ListBillingViewsRequest.Builder.() -> Unit): Flow<ListBillingViewsResponse>
Paginate over ListBillingViewsResponse results.
Link copied to clipboard
fun BillingClient.listSourceViewsForBillingViewPaginated(initialRequest: ListSourceViewsForBillingViewRequest): Flow<ListSourceViewsForBillingViewResponse>
fun BillingClient.listSourceViewsForBillingViewPaginated(block: ListSourceViewsForBillingViewRequest.Builder.() -> Unit): Flow<ListSourceViewsForBillingViewResponse>
Paginate over ListSourceViewsForBillingViewResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listSourceViewsForBillingViewPaginated to access the nested member BillingViewArn