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

View Source

Updates one or more Label Permissions.

Attributes

  • requests (type: list(GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UpdateLabelPermissionRequest.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 UpdateLabelPermissionRequest 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.GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsRequest{
    requests:
      [
        GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UpdateLabelPermissionRequest.t()
      ]
      | nil,
    useAdminAccess: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.