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

Information about National Radio Quiet Zone validation.

Attributes

  • caseId (type: String.t, default: nil) - Validation case ID.
  • cpiId (type: String.t, default: nil) - CPI who signed the validation.
  • latitude (type: float(), default: nil) - Device latitude that's associated with the validation.
  • longitude (type: float(), default: nil) - Device longitude that's associated with the validation.
  • state (type: String.t, default: nil) - State of the NRQZ validation info.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalNrqzValidation{
  caseId: String.t() | nil,
  cpiId: String.t() | nil,
  latitude: float() | nil,
  longitude: float() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.