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

View Source

Limits for long text Field type.

Attributes

  • maxLength (type: integer(), default: nil) - Maximum length allowed for a long text Field type.
  • minLength (type: integer(), default: nil) - Minimum length allowed for a long text Field type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.