Cloud Billing Budget v1 API - Class ListBudgetsResponse (2.2.0)

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

Inheritance

object > ListBudgetsResponse

Namespace

Google.Cloud.Billing.Budgets.V1

Assembly

Google.Cloud.Billing.Budgets.V1.dll

Constructors

ListBudgetsResponse()

public ListBudgetsResponse()

ListBudgetsResponse(ListBudgetsResponse)

public ListBudgetsResponse(ListBudgetsResponse other)
Parameter
NameDescription
otherListBudgetsResponse

Properties

Budgets

public RepeatedField<Budget> Budgets { get; }

List of the budgets owned by the requested billing account.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Budget> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorBudget