google_api_spectrum v0.0.1 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): The message type (e.g., INIT_REQ, AVAIL_SPECTRUM_REQ, …). Required field. Defaults to:
null
. - version (String): The PAWS version. Must be exactly 1.0. Required field. Defaults to:
null
.