Show / Hide Table of Contents

Class ApplicationPolicyChange

A change to be made to a single ApplicationPolicy object.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX