Show / Hide Table of Contents

Class GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest

Request for UpdateBudget

Inheritance
object
GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudBillingBudget.v1beta1.Data
Assembly: Google.Apis.CloudBillingBudget.v1beta1.dll
Syntax
public class GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest : IDirectResponseSchema

Properties

Budget

Required. The updated budget object. The budget to update is specified by the budget name in the budget.

Declaration
[JsonProperty("budget")]
public virtual GoogleCloudBillingBudgetsV1beta1Budget Budget { get; set; }
Property Value
Type Description
GoogleCloudBillingBudgetsV1beta1Budget

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

UpdateMask

Optional. Indicates which fields in the provided budget to update. Read-only fields (such as name) cannot be changed. If this is not provided, then only fields with non-default values from the request are updated. See https://developers.google.com/protocol-buffers/docs/proto3#default for more details about default values.

Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX