Show / Hide Table of Contents

Class Snapshot

An snapshot object.

Inheritance
object
Snapshot
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class Snapshot : IDirectResponseSchema

Properties

CoverImage

The cover image of this snapshot. May be absent if there is no image.

Declaration
[JsonProperty("coverImage")]
public virtual SnapshotImage CoverImage { get; set; }
Property Value
Type Description
SnapshotImage

Description

The description of this snapshot.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DriveId

The ID of the file underlying this snapshot in the Drive API. Only present if the snapshot is a view on a Drive file and the file is owned by the caller.

Declaration
[JsonProperty("driveId")]
public virtual string DriveId { get; set; }
Property Value
Type Description
string

DurationMillis

The duration associated with this snapshot, in millis.

Declaration
[JsonProperty("durationMillis")]
public virtual long? DurationMillis { 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

Id

The ID of the snapshot.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#snapshot.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

LastModifiedMillis

The timestamp (in millis since Unix epoch) of the last modification to this snapshot.

Declaration
[JsonProperty("lastModifiedMillis")]
public virtual long? LastModifiedMillis { get; set; }
Property Value
Type Description
long?

ProgressValue

The progress value (64-bit integer set by developer) associated with this snapshot.

Declaration
[JsonProperty("progressValue")]
public virtual long? ProgressValue { get; set; }
Property Value
Type Description
long?

Title

The title of this snapshot.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Type

The type of this snapshot.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

UniqueName

The unique name provided when the snapshot was created.

Declaration
[JsonProperty("uniqueName")]
public virtual string UniqueName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX