Show / Hide Table of Contents

Class ImagesListResponse

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

Properties

ETag

The ETag of the item.

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

Images

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

Implements

IDirectResponseSchema
Back to top