GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest (google_api_drive_labels v0.3.0)

View Source

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 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest{
    requests:
      [
        GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest.t()
      ]
      | nil,
    useAdminAccess: boolean() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.