View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest (google_api_drive_labels v0.2.0)
Request to disable a Choice.
Attributes
-
disabledPolicy
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.t
, default:nil
) - Required. The disabled policy to update. -
fieldId
(type:String.t
, default:nil
) - Required. The Selection Field in which a Choice will be disabled. -
id
(type:String.t
, default:nil
) - Required. Choice to disable. -
updateMask
(type:String.t
, default:nil
) - The fields that should be updated. At least one field must be specified. The rootdisabled_policy
is implied and should not be specified. A single*
can be used as short-hand for updating every field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest{ disabledPolicy: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.t() | nil, fieldId: String.t() | nil, id: String.t() | nil, updateMask: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.