View Source GoogleApi.Drive.V3.Model.LabelFieldModification (google_api_drive v0.27.1)

A modification to a label's field.

Attributes

  • fieldId (type: String.t, default: nil) - The ID of the field to be modified.
  • kind (type: String.t, default: nil) - This is always drive#labelFieldModification.
  • setDateValues (type: list(Date.t), default: nil) - Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.
  • setIntegerValues (type: list(String.t), default: nil) - Replaces the value of an integer field with these new values.
  • setSelectionValues (type: list(String.t), default: nil) - Replaces a selection field with these new values.
  • setTextValues (type: list(String.t), default: nil) - Sets the value of a text field.
  • setUserValues (type: list(String.t), default: nil) - Replaces a user field with these new values. The values must be valid email addresses.
  • unsetValues (type: boolean(), default: nil) - Unsets the values for this field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.LabelFieldModification{
  fieldId: String.t() | nil,
  kind: String.t() | nil,
  setDateValues: [Date.t()] | nil,
  setIntegerValues: [String.t()] | nil,
  setSelectionValues: [String.t()] | nil,
  setTextValues: [String.t()] | nil,
  setUserValues: [String.t()] | nil,
  unsetValues: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.