GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldPropertiesRequest (google_api_drive_labels v0.3.0)
View SourceRequest to update Field properties.
Attributes
-
id
(type:String.t
, default:nil
) - Required. The Field to update. -
properties
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldProperties.t
, default:nil
) - Required. Basic Field properties. -
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.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldPropertiesRequest{ id: String.t() | nil, properties: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldProperties.t() | nil, updateMask: String.t() | nil }