Class DeviceLiveToolsSpeedTestCreateResponse
Device Live Tools Speed Test Create Response
[DataContract]
public class DeviceLiveToolsSpeedTestCreateResponse
- Inheritance
-
DeviceLiveToolsSpeedTestCreateResponse
- Inherited Members
Constructors
DeviceLiveToolsSpeedTestCreateResponse()
public DeviceLiveToolsSpeedTestCreateResponse()
Properties
Request
Request details.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsSpeedTestCreateResponseRequest Request { get; set; }
Property Value
Results
Results of the test.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "results")]
public DeviceLiveToolsSpeedTestCreateResponseResults 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; }