GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest (google_api_drive_labels v0.3.0)

View Source

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 root disabled_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

t()

@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

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.