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

View Source

Deletes a Label Permission. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.

Attributes

  • name (type: String.t, default: nil) - Required. Label Permission resource name.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest{
    name: String.t() | nil,
    useAdminAccess: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.