Class ModifyPolicyApplicationsResponse
Response to a request to update or create ApplicationPolicy objects in the given policy.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class ModifyPolicyApplicationsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Policy
The updated policy.
Declaration
[JsonProperty("policy")]
public virtual Policy Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Policy |