Class Timestamp
Inheritance
System.Object
Timestamp
Implements
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class Timestamp : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nanos
Declaration
public virtual Nullable<int> Nanos { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Seconds
Declaration
public virtual Nullable<long> Seconds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |