View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest (google_api_drive_labels v0.2.0)
Deletes one of more Label Permissions.
Attributes
-
requests
(type:list(GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest.t)
, default:nil
) - Required. The request message specifying the resources to update. -
useAdminAccess
(type:boolean()
, default:nil
) - Set totrue
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest{ requests: [ GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest.t() ] | nil, useAdminAccess: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.