Options for how to filter the returned billing accounts.
Currently this only supports filtering for
subaccounts under a
single provided reseller billing account.
(e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF").
Boolean algebra and other fields are not currently supported.
A token identifying a page of results to return. This should be a
next_page_token value returned from a previous ListBillingAccounts
call. If unspecified, the first page of results is returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ListBillingAccountsRequest` class, which is used to request a list of billing accounts in the Google Cloud Billing V1 API."],["The latest version available is 3.9.0, and the webpage also provides links to documentation for prior versions going back to 2.2.0 of this request."],["The `ListBillingAccountsRequest` class inherits from Object and implements interfaces such as IMessage, IEquatable, IDeepCloneable, IBufferMessage, and IPageRequest."],["The `ListBillingAccountsRequest` has properties, including `Filter`, `PageSize`, and `PageToken`, which allow for specifying filtering, page size, and page token options when listing billing accounts."],["This class also contains two constructors that allow you to create an empty `ListBillingAccountsRequest` or one that's based on an already existing `ListBillingAccountsRequest`."]]],[]]