Class ApplicationPolicyChange
A change to be made to a single ApplicationPolicy object.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class ApplicationPolicyChange : IDirectResponseSchema
Properties
Application
If ApplicationPolicy.packageName matches an existing ApplicationPolicy object within the Policy being modified, then that object will be updated. Otherwise, it will be added to the end of the Policy.applications.
Declaration
[JsonProperty("application")]
public virtual ApplicationPolicy Application { get; set; }
Property Value
| Type | Description |
|---|---|
| ApplicationPolicy |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateMask
The field mask indicating the fields to update. If omitted, all modifiable fields are updated.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |