GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableFieldRequest (google_api_drive_labels v0.3.0)
View SourceRequest to disable the Field.
Attributes
-
disabledPolicy
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.t
, default:nil
) - Required. Field Disabled Policy. -
id
(type:String.t
, default:nil
) - Required. Key of the Field 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.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableFieldRequest{ disabledPolicy: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.t() | nil, id: String.t() | nil, updateMask: String.t() | nil }