public sealed class ListBudgetsResponse : IMessage<ListBudgetsResponse>, IEquatable<ListBudgetsResponse>, IDeepCloneable<ListBudgetsResponse>, IBufferMessage, IMessage, IPageResponse<Budget>, IEnumerable<Budget>, IEnumerable
Reference documentation and code samples for the Cloud Billing Budget v1 API class ListBudgetsResponse.
Response for ListBudgets
Implements
IMessageListBudgetsResponse, IEquatableListBudgetsResponse, IDeepCloneableListBudgetsResponse, IBufferMessage, IMessage, IPageResponseBudget, IEnumerableBudget, IEnumerableNamespace
Google.Cloud.Billing.Budgets.V1Assembly
Google.Cloud.Billing.Budgets.V1.dll
Constructors
ListBudgetsResponse()
public ListBudgetsResponse()
ListBudgetsResponse(ListBudgetsResponse)
public ListBudgetsResponse(ListBudgetsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListBudgetsResponse |
Properties
Budgets
public RepeatedField<Budget> Budgets { get; }
List of the budgets owned by the requested billing account.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBudget |
NextPageToken
public string NextPageToken { get; set; }
If not empty, indicates that there may be more budgets that match the
request; this value should be passed in a new ListBudgetsRequest
.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Budget> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorBudget |