Show / Hide Table of Contents

Class Application

Information about an app.

Inheritance
object
Application
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.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class Application : IDirectResponseSchema

Properties

AppPricing

Whether this app is free, free with in-app purchases, or paid. If the pricing is unspecified, this means the app is not generally available anymore (even though it might still be available to people who own it).

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

AppTracks

Application tracks visible to the enterprise.

Declaration
[JsonProperty("appTracks")]
public virtual IList<AppTrackInfo> AppTracks { get; set; }
Property Value
Type Description
IList<AppTrackInfo>

AppVersions

Versions currently available for this app.

Declaration
[JsonProperty("appVersions")]
public virtual IList<AppVersion> AppVersions { get; set; }
Property Value
Type Description
IList<AppVersion>

Author

The name of the author of the apps (for example, the app developer).

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

AvailableCountries

The countries which this app is available in as per ISO 3166-1 alpha-2.

Declaration
[JsonProperty("availableCountries")]
public virtual IList<string> AvailableCountries { get; set; }
Property Value
Type Description
IList<string>

Category

The app category (e.g. RACING, SOCIAL, etc.)

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

ContentRating

The content rating for this app.

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

Description

The localized promotional description, if available.

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

DistributionChannel

How and to whom the package is made available.

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

ETag

The ETag of the item.

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

Features

Noteworthy features (if any) of this app.

Declaration
[JsonProperty("features")]
public virtual IList<string> Features { get; set; }
Property Value
Type Description
IList<string>

FullDescription

Full app description, if available.

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

IconUrl

A link to an image that can be used as an icon for the app. This image is suitable for use up to a pixel size of 512 x 512.

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

ManagedProperties

The set of managed properties available to be pre-configured for the app.

Declaration
[JsonProperty("managedProperties")]
public virtual IList<ManagedProperty> ManagedProperties { get; set; }
Property Value
Type Description
IList<ManagedProperty>

MinAndroidSdkVersion

The minimum Android SDK necessary to run the app.

Declaration
[JsonProperty("minAndroidSdkVersion")]
public virtual int? MinAndroidSdkVersion { get; set; }
Property Value
Type Description
int?

Name

The name of the app in the form enterprises/{enterprise}/applications/{package_name}.

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

Permissions

The permissions required by the app.

Declaration
[JsonProperty("permissions")]
public virtual IList<ApplicationPermission> Permissions { get; set; }
Property Value
Type Description
IList<ApplicationPermission>

PlayStoreUrl

A link to the (consumer) Google Play details page for the app.

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

RecentChanges

A localised description of the recent changes made to the app.

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

ScreenshotUrls

A list of screenshot links representing the app.

Declaration
[JsonProperty("screenshotUrls")]
public virtual IList<string> ScreenshotUrls { get; set; }
Property Value
Type Description
IList<string>

SmallIconUrl

A link to a smaller image that can be used as an icon for the app. This image is suitable for use up to a pixel size of 128 x 128.

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

Title

The title of the app. Localized.

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

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The approximate time (within 7 days) the app was last published.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX