Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalDeviceAirInterface

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb,
lib/google/apis/prod_tt_sasportal_v1alpha1/representations.rb,
lib/google/apis/prod_tt_sasportal_v1alpha1/representations.rb

Overview

Information about the device's air interface.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalDeviceAirInterface

Returns a new instance of SasPortalDeviceAirInterface.



317
318
319
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 317

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#radio_technologyString

Conditional. This field specifies the radio access technology that is used for the CBSD. Corresponds to the JSON property radioTechnology

Returns:

  • (String)


308
309
310
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 308

def radio_technology
  @radio_technology
end

#supported_specString

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

Returns:

  • (String)


315
316
317
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 315

def supported_spec
  @supported_spec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



322
323
324
325
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 322

def update!(**args)
  @radio_technology = args[:radio_technology] if args.key?(:radio_technology)
  @supported_spec = args[:supported_spec] if args.key?(:supported_spec)
end