Table of Contents

Class DeviceLiveToolsSpeedTestGetResponse

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

DeviceLiveToolsSpeedTestGetResponseRequest

Results

Results of the test.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "results")]
public DeviceLiveToolsSpeedTestGetResponseResults Results { get; set; }

Property Value

DeviceLiveToolsSpeedTestGetResponseResults

SpeedTestId

The Meraki device Id.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "speedTestId")]
public string SpeedTestId { get; set; }

Property Value

string

Status

Status of the test.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string

Url

The url of the test.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }

Property Value

string