Class GoogleCloudBillingBudgetsV1beta1CustomPeriod
All date times begin at 12 AM US and Canadian Pacific Time (UTC-8).
Implements
Inherited Members
Namespace: Google.Apis.CloudBillingBudget.v1beta1.Data
Assembly: Google.Apis.CloudBillingBudget.v1beta1.dll
Syntax
public class GoogleCloudBillingBudgetsV1beta1CustomPeriod : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndDate
Optional. The end date of the time period. Budgets with elapsed end date won't be processed. If unset, specifies to track all usage incurred since the start_date.
Declaration
[JsonProperty("endDate")]
public virtual GoogleTypeDate EndDate { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
StartDate
Required. The start date must be after January 1, 2017.
Declaration
[JsonProperty("startDate")]
public virtual GoogleTypeDate StartDate { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |