Table of Contents

Class DeviceLiveToolsSpeedTestCreateRequest

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

Device Live Tools Speed Test Create Request

[DataContract]
public class DeviceLiveToolsSpeedTestCreateRequest
Inheritance
DeviceLiveToolsSpeedTestCreateRequest
Inherited Members

Constructors

DeviceLiveToolsSpeedTestCreateRequest()

public DeviceLiveToolsSpeedTestCreateRequest()

Properties

Interface

Optional filter for a specific WAN interface. Valid interfaces are wan1, wan2. Default will return wan1.

[DataMember(Name = "interface")]
public FilterInterface? Interface { get; set; }

Property Value

FilterInterface?