Table of Contents

Class DeviceLiveToolsSpeedTestCreateResponse

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

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

DeviceLiveToolsSpeedTestCreateResponseRequest

Results

Results of the test.

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

Property Value

DeviceLiveToolsSpeedTestCreateResponseResults

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