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

View Source

The capabilities related to this field on applied metadata.

Attributes

  • canRead (type: boolean(), default: nil) - Whether the user can read related applied metadata on items.
  • canSearch (type: boolean(), default: nil) - Whether the user can search for Drive items referencing this field.
  • canWrite (type: boolean(), default: nil) - Whether the user can set this field on Drive items.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldAppliedCapabilities{
    canRead: boolean() | nil,
    canSearch: boolean() | nil,
    canWrite: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.