Class ListBudgetsResponse (1.2.0)

public sealed class ListBudgetsResponse : IMessage<ListBudgetsResponse>, IEquatable<ListBudgetsResponse>, IDeepCloneable<ListBudgetsResponse>, IBufferMessage, IMessage, IPageResponse<Budget>, IEnumerable<Budget>, IEnumerable

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
RepeatedField<Budget>

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
IEnumerator<Budget>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator