$SasPortalInstallationParams class
Used by:
- prod_tt_sasportal:v1alpha1 : SasPortalInstallationParams
- sasportal:v1alpha1 : SasPortalInstallationParams
Constructors
- $SasPortalInstallationParams({int? antennaAzimuth, int? antennaBeamwidth, int? antennaDowntilt, int? antennaGain, String? antennaModel, bool? cpeCbsdIndication, int? eirpCapability, double? height, String? heightType, double? horizontalAccuracy, bool? indoorDeployment, double? latitude, double? longitude, double? verticalAccuracy})
- $SasPortalInstallationParams.fromJson(Map _json)
Properties
- antennaAzimuth ↔ int?
-
Boresight direction of the horizontal plane of the antenna in degrees with
respect to true north.
getter/setter pair
- antennaBeamwidth ↔ int?
-
3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees.
getter/setter pair
- antennaDowntilt ↔ int?
-
Antenna downtilt in degrees and is an integer with a value between -90 and
+90 inclusive; a negative value means the antenna is tilted up (above
horizontal).
getter/setter pair
- antennaGain ↔ int?
-
Peak antenna gain in dBi.
getter/setter pair
- antennaModel ↔ String?
-
If an external antenna is used, the antenna model is optionally provided
in this field.
getter/setter pair
- cpeCbsdIndication ↔ bool?
-
If present, this parameter specifies whether the CBSD is a CPE-CBSD or
not.
getter/setter pair
- eirpCapability ↔ int?
-
This parameter is the maximum device EIRP in units of dBm/10MHz and is an
integer with a value between -127 and +47 (dBm/10 MHz) inclusive.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double?
-
Device antenna height in meters.
getter/setter pair
- heightType ↔ String?
-
Specifies how the height is measured.
Possible string values are:
getter/setter pair
- horizontalAccuracy ↔ double?
-
A positive number in meters to indicate accuracy of the device antenna
horizontal location.
getter/setter pair
- indoorDeployment ↔ bool?
-
Whether the device antenna is indoor or not.
getter/setter pair
- latitude ↔ double?
-
Latitude of the device antenna location in degrees relative to the WGS 84
datum.
getter/setter pair
- longitude ↔ double?
-
Longitude of the device antenna location in degrees relative to the WGS 84
datum.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verticalAccuracy ↔ double?
-
A positive number in meters to indicate accuracy of the device antenna
vertical location.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited