View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelAppliedCapabilities (google_api_drive_labels v0.2.0)

The capabilities a user has on this label's applied metadata.

Attributes

  • canApply (type: boolean(), default: nil) - Whether the user can apply this label to items.
  • canRead (type: boolean(), default: nil) - Whether the user can read applied metadata related to this label.
  • canRemove (type: boolean(), default: nil) - Whether the user can remove this label from items.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelAppliedCapabilities{
    canApply: boolean() | nil,
    canRead: boolean() | nil,
    canRemove: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.