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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.