GoogleApi.SASPortal.V1alpha1.Model.SasPortalDpaMoveList (google_api_sas_portal v0.4.0) View Source

An entry in a DPA's move list.

Attributes

  • dpaId (type: String.t, default: nil) - The ID of the DPA.
  • frequencyRange (type: GoogleApi.SASPortal.V1alpha1.Model.SasPortalFrequencyRange.t, default: nil) - The frequency range that the move list affects.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalDpaMoveList{
  dpaId: String.t(),
  frequencyRange: GoogleApi.SASPortal.V1alpha1.Model.SasPortalFrequencyRange.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.