Show / Hide Table of Contents

Class Image

Inheritance
System.Object
Image
Implements
IDirectResponseSchema
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class Image : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Id

A unique id representing this image.

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

Sha1

A sha1 hash of the image that was uploaded.

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

Sha256

A sha256 hash of the image that was uploaded.

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

Url

A URL that will serve a preview of the image.

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

Implements

IDirectResponseSchema
Back to top