Show / Hide Table of Contents

Class Timestamp

Inheritance
System.Object
Timestamp
Implements
IDirectResponseSchema
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>

Implements

IDirectResponseSchema
Back to top