View Source GoogleApi.AlloyDB.V1.Model.IntegerRestrictions (google_api_alloy_db v0.6.0)

Restrictions on INTEGER type values.

Attributes

  • maxValue (type: String.t, default: nil) - The maximum value that can be specified, if applicable.
  • minValue (type: String.t, default: nil) - The minimum value that can be specified, if applicable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.IntegerRestrictions{
  maxValue: String.t() | nil,
  minValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.