View Source GoogleApi.AlloyDB.V1.Model.StringRestrictions (google_api_alloy_db v0.11.0)

Restrictions on STRING type values

Attributes

  • allowedValues (type: list(String.t), default: nil) - The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.StringRestrictions{
  allowedValues: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.