Class DeviceLiveToolsSpeedTestGetResponse
Device Live Tools Speed Test Get Response
[DataContract]
public class DeviceLiveToolsSpeedTestGetResponse
- Inheritance
-
DeviceLiveToolsSpeedTestGetResponse
- Inherited Members
Constructors
DeviceLiveToolsSpeedTestGetResponse()
public DeviceLiveToolsSpeedTestGetResponse()
Properties
Request
Request details.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsSpeedTestGetResponseRequest Request { get; set; }
Property Value
Results
Results of the test.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "results")]
public DeviceLiveToolsSpeedTestGetResponseResults Results { get; set; }
Property Value
SpeedTestId
The Meraki device Id.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "speedTestId")]
public string SpeedTestId { get; set; }
Property Value
Status
Status of the test.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Url
The url of the test.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }