Class DefaultApplicationInfo
The default application information for a specific DefaultApplicationType.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class DefaultApplicationInfo : IDirectResponseSchema
Properties
DefaultApplicationSettingAttempts
Output only. Details on the default application setting attempts, in the same order as listed in defaultApplications.
Declaration
[JsonProperty("defaultApplicationSettingAttempts")]
public virtual IList<DefaultApplicationSettingAttempt> DefaultApplicationSettingAttempts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DefaultApplicationSettingAttempt> |
DefaultApplicationType
Output only. The default application type.
Declaration
[JsonProperty("defaultApplicationType")]
public virtual string DefaultApplicationType { 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 |
PackageName
Output only. The package name of the current default application.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |