Table of Contents

Class NetworkMove

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

Network Move

[DataContract]
public class NetworkMove
Inheritance
NetworkMove
Inherited Members

Constructors

NetworkMove()

public NetworkMove()

Properties

NetworkMoveId

Generated ID of the created network move operation.

[ApiKey]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkMoveId")]
public string NetworkMoveId { get; set; }

Property Value

string

Url

URL to fetch the created network move e.g for polling, etc

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

Property Value

string