Show / Hide Table of Contents

Class DefaultApplicationInfo

The default application information for a specific DefaultApplicationType.

Inheritance
object
DefaultApplicationInfo
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX