Class CreateBudgetRequest (2.0.0)

public sealed class CreateBudgetRequest : IMessage<CreateBudgetRequest>, IEquatable<CreateBudgetRequest>, IDeepCloneable<CreateBudgetRequest>, IBufferMessage, IMessage

Request for CreateBudget

Inheritance

Object > CreateBudgetRequest

Namespace

Google.Cloud.Billing.Budgets.V1

Assembly

Google.Cloud.Billing.Budgets.V1.dll

Constructors

CreateBudgetRequest()

public CreateBudgetRequest()

CreateBudgetRequest(CreateBudgetRequest)

public CreateBudgetRequest(CreateBudgetRequest other)
Parameter
NameDescription
otherCreateBudgetRequest

Properties

Budget

public Budget Budget { get; set; }

Required. Budget to create.

Property Value
TypeDescription
Budget

Parent

public string Parent { get; set; }

Required. The name of the billing account to create the budget in. Values are of the form billingAccounts/{billingAccountId}.

Property Value
TypeDescription
String

ParentAsBillingAccountName

public BillingAccountName ParentAsBillingAccountName { get; set; }

BillingAccountName-typed view over the Parent resource name property.

Property Value
TypeDescription
BillingAccountName