Class PermissionChange
A change of the permission setting on an item.
Implements
Inherited Members
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class PermissionChange : IDirectResponseSchema
Properties
AddedPermissions
The set of permissions added by this change.
Declaration
[JsonProperty("addedPermissions")]
public virtual IList<Permission> AddedPermissions { get; set; }
Property Value
Type | Description |
---|---|
IList<Permission> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RemovedPermissions
The set of permissions removed by this change.
Declaration
[JsonProperty("removedPermissions")]
public virtual IList<Permission> RemovedPermissions { get; set; }
Property Value
Type | Description |
---|---|
IList<Permission> |