Class Datetime
A datetime value.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class Datetime : IDirectResponseSchema
Properties
BitFieldDatetimeSeconds
Represents bit field encoding of year/month/day/hour/minute/second. See class DatetimeValue in civil_time.h for details of encoding.
Declaration
[JsonProperty("bitFieldDatetimeSeconds")]
public virtual long? BitFieldDatetimeSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Nanos
Non-negative fractions of a second at nanosecond resolution.
Declaration
[JsonProperty("nanos")]
public virtual int? Nanos { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |