Class LastModifiedInfo
Modification timestamp.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class LastModifiedInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Time
Timestamp of the last change in milliseconds since epoch.
Declaration
[JsonProperty("time")]
public virtual long? Time { get; set; }
Property Value
Type | Description |
---|---|
long? |