Class ApkListingsListResponse
Inheritance
System.Object
ApkListingsListResponse
Implements
Namespace: Google.Apis.AndroidPublisher.v2.Data
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class ApkListingsListResponse : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Kind
Identifies what kind of resource this is. Value: the fixed string "androidpublisher#apkListingsListResponse".
Declaration
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Listings
Declaration
public virtual IList<ApkListing> Listings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ApkListing> |