Table of Contents

Class NetworkMoveRequest

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

Network Move Request

[DataContract]
public class NetworkMoveRequest
Inheritance
NetworkMoveRequest
Inherited Members

Constructors

NetworkMoveRequest()

public NetworkMoveRequest()

Properties

NetworkId

Network ID of the network to move

[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string

Target

ID of the organization to which the network is moving

[DataMember(Name = "target")]
public string Target { get; set; }

Property Value

string