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

View Source

Limits for integer Field type.

Attributes

  • maxValue (type: String.t, default: nil) - Maximum value for an integer Field type.
  • minValue (type: String.t, default: nil) - Minimum value for an integer Field type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2IntegerLimits{
  maxValue: String.t() | nil,
  minValue: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.