Class GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest
Deletes one of more Label Permissions.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Requests
Required. The request message specifying the resources to update.
Declaration
[JsonProperty("requests")]
public virtual IList<GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest> Requests { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest> |
UseAdminAccess
Set to true in order to use the user's admin credentials. The server will verify the user is an admin for
the Label before allowing access. If this is set, the use_admin_access field in the
DeleteLabelPermissionRequest messages must either be empty or match this field.
Declaration
[JsonProperty("useAdminAccess")]
public virtual bool? UseAdminAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |