View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleIntRange (google_api_integrations v0.14.0)

Range used to validate longs and ints.

Attributes

  • max (type: String.t, default: nil) - The inclusive maximum of the acceptable range.
  • min (type: String.t, default: nil) - The inclusive minimum of the acceptable range.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleIntRange{
    max: String.t() | nil,
    min: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.