Show / Hide Table of Contents

Class SnapshotImage

An image of a snapshot.

Inheritance
object
SnapshotImage
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 SnapshotImage : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Height

The height of the image.

Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type Description
int?

Kind

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

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

MimeType

The MIME type of the image.

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

Url

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

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

Width

The width of the image.

Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX