Show / Hide Table of Contents

Class UpdateAppStoreHostedAppRequest

Request to update an app record for an app store hosted app.

Inheritance
object
UpdateAppStoreHostedAppRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UpdateAppStoreHostedAppRequest : IDirectResponseSchema

Properties

ActiveApks

Required. Actively distributed APKs of the app.

Declaration
[JsonProperty("activeApks")]
public virtual AppStoreAppActiveApks ActiveApks { get; set; }
Property Value
Type Description
AppStoreAppActiveApks

ActiveLocalizedStoreListings

Required. Localized store listings details of the update.

Declaration
[JsonProperty("activeLocalizedStoreListings")]
public virtual IList<AppStoreAppStoreListing> ActiveLocalizedStoreListings { get; set; }
Property Value
Type Description
IList<AppStoreAppStoreListing>

AppDetails

Required. General developer details for the app.

Declaration
[JsonProperty("appDetails")]
public virtual AppStoreAppDetails AppDetails { get; set; }
Property Value
Type Description
AppStoreAppDetails

ETag

The ETag of the item.

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

PackageName

Required. Package name of the app.

Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type Description
string

PolicyDeclarations

Required. Policy declarations provided for the app.

Declaration
[JsonProperty("policyDeclarations")]
public virtual IList<AppStoreAppPolicyDeclaration> PolicyDeclarations { get; set; }
Property Value
Type Description
IList<AppStoreAppPolicyDeclaration>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX