Class GoogleCloudChannelV1DateRange
A representation of usage or invoice date ranges.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1DateRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InvoiceEndDate
The latest invoice date (inclusive). If this value is not the last day of a month, this will move it forward to the last day of the given month.
Declaration
[JsonProperty("invoiceEndDate")]
public virtual GoogleTypeDate InvoiceEndDate { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
InvoiceStartDate
The earliest invoice date (inclusive). If this value is not the first day of a month, this will move it back to the first day of the given month.
Declaration
[JsonProperty("invoiceStartDate")]
public virtual GoogleTypeDate InvoiceStartDate { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
UsageEndDateTime
The latest usage date time (exclusive). If you use time groupings (daily, weekly, etc), each group uses
midnight to midnight (Pacific time). The usage end date is rounded down to include all usage from the
specified date. We recommend that clients pass usage_start_date_time
in Pacific time.
Declaration
[JsonProperty("usageEndDateTime")]
public virtual GoogleTypeDateTime UsageEndDateTime { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDateTime |
UsageStartDateTime
The earliest usage date time (inclusive). If you use time groupings (daily, weekly, etc), each group uses
midnight to midnight (Pacific time). The usage start date is rounded down to include all usage from the
specified date. We recommend that clients pass usage_start_date_time
in Pacific time.
Declaration
[JsonProperty("usageStartDateTime")]
public virtual GoogleTypeDateTime UsageStartDateTime { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDateTime |