GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest (google_api_drive_labels v0.3.0)
View SourceRequest to update a Choice properties.
Attributes
-
fieldId
(type:String.t
, default:nil
) - Required. The Selection Field to update. -
id
(type:String.t
, default:nil
) - Required. The Choice to update. -
properties
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties.t
, default:nil
) - Required. The Choice properties to update. -
updateMask
(type:String.t
, default:nil
) - The fields that should be updated. At least one field must be specified. The rootproperties
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.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest{ fieldId: String.t() | nil, id: String.t() | nil, properties: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties.t() | nil, updateMask: String.t() | nil }