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

View Source

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 root label_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.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateLabelPropertiesRequest{
    properties:
      GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelProperties.t()
      | nil,
    updateMask: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.