public sealed class CreateBudgetRequest : IMessage<CreateBudgetRequest>, IEquatable<CreateBudgetRequest>, IDeepCloneable<CreateBudgetRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Billing Budget v1beta1 API class CreateBudgetRequest.
Request for CreateBudget
Implements
IMessageCreateBudgetRequest, IEquatableCreateBudgetRequest, IDeepCloneableCreateBudgetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.Budgets.V1Beta1Assembly
Google.Cloud.Billing.Budgets.V1Beta1.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 |
|