GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice (google_api_drive_labels v0.3.0)
View SourceSelection field choice.
Attributes
-
appliedCapabilities
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities.t
, default:nil
) - Output only. The capabilities related to this choice on applied metadata. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time this choice was created. -
creator
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UserInfo.t
, default:nil
) - Output only. The user who created this choice. -
disableTime
(type:DateTime.t
, default:nil
) - Output only. The time this choice was disabled. This value has no meaning when the choice is not disabled. -
disabler
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UserInfo.t
, default:nil
) - Output only. The user who disabled this choice. This value has no meaning when the option is not disabled. -
displayHints
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints.t
, default:nil
) - Output only. UI display hints for rendering a choice. -
id
(type:String.t
, default:nil
) - The unique value of the choice. This ID is autogenerated. Matches the regex:([a-zA-Z0-9_])+
. -
lifecycle
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2Lifecycle.t
, default:nil
) - Output only. Lifecycle of the choice. -
lockStatus
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LockStatus.t
, default:nil
) - Output only. The LockStatus of this choice. -
properties
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties.t
, default:nil
) - Basic properties of the choice. -
publishTime
(type:DateTime.t
, default:nil
) - Output only. The time this choice was published. This value has no meaning when the choice is not published. -
publisher
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UserInfo.t
, default:nil
) - Output only. The user who published this choice. This value has no meaning when the choice is not published. -
schemaCapabilities
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceSchemaCapabilities.t
, default:nil
) - Output only. The capabilities related to this option when editing the option. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time this choice was updated last. -
updater
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UserInfo.t
, default:nil
) - Output only. The user who updated this choice last.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice{ appliedCapabilities: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities.t() | nil, createTime: DateTime.t() | nil, creator: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UserInfo.t() | nil, disableTime: DateTime.t() | nil, disabler: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UserInfo.t() | nil, displayHints: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints.t() | nil, id: String.t() | nil, lifecycle: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2Lifecycle.t() | nil, lockStatus: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LockStatus.t() | nil, properties: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties.t() | nil, publishTime: DateTime.t() | nil, publisher: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UserInfo.t() | nil, schemaCapabilities: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceSchemaCapabilities.t() | nil, updateTime: DateTime.t() | nil, updater: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UserInfo.t() | nil }