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

View Source

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

t()

@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
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.