Class DevicesWirelessRadioAfcPowerLimitsResponse
DevicesWirelessRadioAfcPowerLimitsResponse
[DataContract]
public class DevicesWirelessRadioAfcPowerLimitsResponse
- Inheritance
-
DevicesWirelessRadioAfcPowerLimitsResponse
- Inherited Members
Constructors
DevicesWirelessRadioAfcPowerLimitsResponse()
public DevicesWirelessRadioAfcPowerLimitsResponse()
Properties
ByChannel
Power limits of each 6 GHz channel
[DataMember(Name = "byChannel")]
public List<DevicesWirelessRadioAfcPowerLimitsBychannel>? ByChannel { get; set; }
Property Value
ExpiresAt
Expiration date of power limits table.
[DataMember(Name = "expiresAt")]
public DateTime? ExpiresAt { get; set; }
Property Value
LastSuccessAt
Time of last AFC successful fetch
[DataMember(Name = "lastSuccessAt")]
public DateTime? LastSuccessAt { get; set; }
Property Value
LastUpdatedAt
Time of last AFC fetch
[DataMember(Name = "lastUpdatedAt")]
public DateTime? LastUpdatedAt { get; set; }
Property Value
Location
Location attributes of device's AFC information
[DataMember(Name = "location")]
public DevicesWirelessRadioAfcLocation? Location { get; set; }
Property Value
Name
Name of device
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Network
Network of device
[DataMember(Name = "network")]
public DevicesWirelessRadioAfcPositionNetwork? Network { get; set; }
Property Value
Serial
Serial of device
[DataMember(Name = "serial")]
public string? Serial { get; set; }
Property Value
Status
Status of AFC response
[DataMember(Name = "status")]
public string? Status { get; set; }