Class NetworkMove
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
Url
URL to fetch the created network move e.g for polling, etc
[DataMember(Name = "url")]
[ApiAccess(ApiAccess.Read)]
public string Url { get; set; }