View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateLabelPropertiesRequest (google_api_drive_labels v0.2.0)
Updates basic properties of a Label.
Attributes
-
properties
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelProperties.t
, default:nil
) - Required. Label properties to update. -
updateMask
(type:String.t
, default:nil
) - The fields that should be updated. At least one field must be specified. The rootlabel_properties
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.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateLabelPropertiesRequest{ properties: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelProperties.t() | nil, updateMask: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.