View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleDoubleRange (google_api_integrations v0.13.0)

Range used to validate doubles and floats.

Attributes

  • max (type: float(), default: nil) - The inclusive maximum of the acceptable range.
  • min (type: float(), 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.V1alpha.Model.EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleDoubleRange{
    max: float() | nil,
    min: float() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.