View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1Interval (google_api_discovery_engine v0.22.0)

A floating point interval.

Attributes

  • exclusiveMaximum (type: float(), default: nil) - Exclusive upper bound.
  • exclusiveMinimum (type: float(), default: nil) - Exclusive lower bound.
  • maximum (type: float(), default: nil) - Inclusive upper bound.
  • minimum (type: float(), default: nil) - Inclusive lower bound.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1Interval{
  exclusiveMaximum: float() | nil,
  exclusiveMinimum: float() | nil,
  maximum: float() | nil,
  minimum: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.