View Source GoogleApi.BusinessProfilePerformance.V1.Model.InsightsValue (google_api_business_profile_performance v0.4.0)

Represents an insights value.

Attributes

  • threshold (type: String.t, default: nil) - Represents the threshold below which the actual value falls.
  • value (type: String.t, default: nil) - Represents the actual value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BusinessProfilePerformance.V1.Model.InsightsValue{
  threshold: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.