Class UpdateAppStoreHostedAppRequest
Request to update an app record for an app store hosted app.
Implements
Inherited Members
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> |