Show / Hide Table of Contents

Class ApkListing

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

Properties

ETag

The ETag of the item.

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

Language

The language code, in BCP 47 format (eg "en-US").

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

RecentChanges

Describe what's new in your APK.

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

Implements

IDirectResponseSchema
Back to top