Class NetworkMoveRequest
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
Target
ID of the organization to which the network is moving
[DataMember(Name = "target")]
public string Target { get; set; }