class Google::Apis::SasportalV1alpha1::SasPortalDeviceMetadata
Device data overridable by both SAS Portal and registration requests.
Attributes
antenna_model[RW]
If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId: PatternId Corresponds to the JSON property `antennaModel` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 444 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 449 def update!(**args) @antenna_model = args[:antenna_model] if args.key?(:antenna_model) end