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

View Source

Options for the Text field type.

Attributes

  • maxLength (type: integer(), default: nil) - Output only. The maximum valid length of values for the text field.
  • minLength (type: integer(), default: nil) - Output only. The minimum valid length of values for the text field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2FieldTextOptions{
  maxLength: integer() | nil,
  minLength: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.