View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleApiDistributionRange (google_api_discovery_engine v0.27.0)

The range of the population values.

Attributes

  • max (type: float(), default: nil) - The maximum of the population values.
  • min (type: float(), default: nil) - The minimum of the population values.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleApiDistributionRange{
  max: float() | nil,
  min: float() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.