Class GoogleAppsDriveLabelsV2betaBatchDeleteLabelPermissionsRequest
Deletes one of more Label Permissions.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaBatchDeleteLabelPermissionsRequest : 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<GoogleAppsDriveLabelsV2betaDeleteLabelPermissionRequest> Requests { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAppsDriveLabelsV2betaDeleteLabelPermissionRequest> |
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? |