Show / Hide Table of Contents

Class SnapshotImage

This is a JSON template for an image of a snapshot.

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

Properties

ETag

The ETag of the item.

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

Height

The height of the image.

Declaration
public virtual Nullable<int> Height { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Kind

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

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

MimeType

The MIME type of the image.

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

Url

The URL of the image. This URL may be invalidated at any time and should not be cached.

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

Width

The width of the image.

Declaration
public virtual Nullable<int> Width { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

IDirectResponseSchema
Back to top