google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.PawsInitRequest View Source
The initialization request message allows the master device to initiate exchange of capabilities with the database.
Attributes
- deviceDesc (DeviceDescriptor): The DeviceDescriptor parameter is required. If the database does not support the device or any of the rulesets specified in the device descriptor, it must return an UNSUPPORTED error code in the error response. Defaults to:
null
. - location (GeoLocation): A device's geolocation is required. Defaults to:
null
. - type (String.t): The message type (e.g., INIT_REQ, AVAIL_SPECTRUM_REQ, …). Required field. Defaults to:
null
. - version (String.t): The PAWS version. Must be exactly 1.0. Required field. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Spectrum.V1explorer.Model.PawsInitRequest{ deviceDesc: GoogleApi.Spectrum.V1explorer.Model.DeviceDescriptor.t(), location: GoogleApi.Spectrum.V1explorer.Model.GeoLocation.t(), type: any(), version: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.