public sealed class ListBudgetsRequest : IMessage<ListBudgetsRequest>, IEquatable<ListBudgetsRequest>, IDeepCloneable<ListBudgetsRequest>, IBufferMessage, IMessage, IPageRequest
Request for ListBudgets
Implements
IMessage<ListBudgetsRequest>, IEquatable<ListBudgetsRequest>, IDeepCloneable<ListBudgetsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Billing.Budgets.V1Assembly
Google.Cloud.Billing.Budgets.V1.dll
Constructors
ListBudgetsRequest()
public ListBudgetsRequest()
ListBudgetsRequest(ListBudgetsRequest)
public ListBudgetsRequest(ListBudgetsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListBudgetsRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of budgets to return per page. The default and maximum value are 100.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. The value returned by the last ListBudgetsResponse
which
indicates that this is a continuation of a prior ListBudgets
call,
and that the system should return the next page of data.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. Name of billing account to list budgets under. Values
are of the form billingAccounts/{billingAccountId}
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsBillingAccountName
public BillingAccountName ParentAsBillingAccountName { get; set; }
BillingAccountName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
BillingAccountName |