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

View Source

Contains information about whether a label component should be considered locked.

Attributes

  • locked (type: boolean(), default: nil) - Output only. Indicates whether this label component is the (direct) target of a LabelLock. A label component can be implicitly locked even if it's not the direct target of a LabelLock, in which case this field is set to false.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LockStatus{
  locked: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.