View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NumericRangeConstraint (google_api_chrome_policy v0.4.0)

A constraint on upper and/or lower bounds, with at least one being set.

Attributes

  • maximum (type: String.t, default: nil) - Maximum value.
  • minimum (type: String.t, default: nil) - Minimum value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NumericRangeConstraint{
    maximum: String.t() | nil,
    minimum: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.