public sealed class CreateBudgetRequest : IMessage<CreateBudgetRequest>, IEquatable<CreateBudgetRequest>, IDeepCloneable<CreateBudgetRequest>, IBufferMessage, IMessage
Request for CreateBudget
Implements
IMessage<CreateBudgetRequest>, IEquatable<CreateBudgetRequest>, IDeepCloneable<CreateBudgetRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.Budgets.V1Assembly
Google.Cloud.Billing.Budgets.V1.dll
Constructors
CreateBudgetRequest()
public CreateBudgetRequest()
CreateBudgetRequest(CreateBudgetRequest)
public CreateBudgetRequest(CreateBudgetRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateBudgetRequest |
Properties
Budget
public Budget Budget { get; set; }
Required. Budget to create.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
ParentAsBillingAccountName
public BillingAccountName ParentAsBillingAccountName { get; set; }
BillingAccountName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
BillingAccountName |