Class DefaultApplicationSettingAttempt
Details on a default application setting attempt.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class DefaultApplicationSettingAttempt : IDirectResponseSchema
Properties
AttemptOutcome
Output only. The outcome of setting the app as the default.
Declaration
[JsonProperty("attemptOutcome")]
public virtual string AttemptOutcome { 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 attempted application.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |