Show / Hide Table of Contents

Class ImageAsset

This is a JSON template for an image asset object.

Inheritance
System.Object
ImageAsset
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ImageAsset : 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 asset.

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#imageAsset.

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

Name

The name of the asset.

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

Url

The URL of the asset.

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

Width

The width of the asset.

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

Implements

IDirectResponseSchema
Back to top