Table of Contents

Class NetworkMoveOrganizations

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

Organizations involved in the network move

[DataContract]
public class NetworkMoveOrganizations
Inheritance
NetworkMoveOrganizations
Inherited Members

Constructors

NetworkMoveOrganizations()

public NetworkMoveOrganizations()

Properties

Source

The organization from which the network is moved

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "source")]
public NetworkMoveOrganizationsOrganization Source { get; set; }

Property Value

NetworkMoveOrganizationsOrganization

Target

The organization to which the network is moving

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "target")]
public NetworkMoveOrganizationsOrganization Target { get; set; }

Property Value

NetworkMoveOrganizationsOrganization