Show / Hide Table of Contents

Class ImagesDeleteAllResponse

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

Properties

Deleted

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
Back to top