Show / Hide Table of Contents

Class SnapshotListResponse

This is a JSON template for a list of snapshot objects.

Inheritance
System.Object
SnapshotListResponse
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class SnapshotListResponse : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Items

The snapshots.

Declaration
public virtual IList<Snapshot> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Snapshot>

Kind

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

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

NextPageToken

Token corresponding to the next page of results. If there are no more results, the token is omitted.

Declaration
public virtual string NextPageToken { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top