View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalChannelWithScore (google_api_sas_portal v0.17.0)

The channel with score.

Attributes

  • frequencyRange (type: GoogleApi.SASPortal.V1alpha1.Model.SasPortalFrequencyRange.t, default: nil) - The frequency range of the channel.
  • score (type: float(), default: nil) - The channel score, normalized to be in the range [0,100].

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalChannelWithScore{
  frequencyRange:
    GoogleApi.SASPortal.V1alpha1.Model.SasPortalFrequencyRange.t() | nil,
  score: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.