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

View Source

Options for the user field type.

Attributes

  • listOptions (type: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldListOptions.t, default: nil) - When specified, indicates that this field supports a list of values. Once the field is published, this cannot be changed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldUserOptions{
  listOptions:
    GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldListOptions.t()
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.