View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LockStatus (google_api_drive_labels v0.2.0)
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
@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LockStatus{ locked: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.