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

View Source

Limits for selection Field type.

Attributes

  • listLimits (type: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2ListLimits.t, default: nil) - Limits for list-variant of a Field type.
  • maxChoices (type: integer(), default: nil) - The max number of choices.
  • maxDeletedChoices (type: integer(), default: nil) - Maximum number of deleted choices.
  • maxDisplayNameLength (type: integer(), default: nil) - Maximum length for display name.
  • maxIdLength (type: integer(), default: nil) - Maximum ID length for a selection options.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2SelectionLimits{
  listLimits:
    GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2ListLimits.t() | nil,
  maxChoices: integer() | nil,
  maxDeletedChoices: integer() | nil,
  maxDisplayNameLength: integer() | nil,
  maxIdLength: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.