class Google::Apis::SasportalV1alpha1::SasPortalDeviceAirInterface

Information about the device's air interface.

Attributes

radio_technology[RW]

Conditional. This field specifies the radio access technology that is used for the CBSD. Corresponds to the JSON property `radioTechnology` @return [String]

supported_spec[RW]

Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration. Corresponds to the JSON property `supportedSpec` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 283
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 288
def update!(**args)
  @radio_technology = args[:radio_technology] if args.key?(:radio_technology)
  @supported_spec = args[:supported_spec] if args.key?(:supported_spec)
end