Table of Contents

Class OrganizationLicensingCotermLicenseMoveRequest

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

Organization Licensing Coterm License Move Request

[DataContract]
public class OrganizationLicensingCotermLicenseMoveRequest
Inheritance
OrganizationLicensingCotermLicenseMoveRequest
Inherited Members

Constructors

OrganizationLicensingCotermLicenseMoveRequest()

public OrganizationLicensingCotermLicenseMoveRequest()

Properties

Destination

Destination data for the license move

[DataMember(Name = "destination")]
public OrganizationLicensingCotermLicenseMoveRequestDestination Destination { get; set; }

Property Value

OrganizationLicensingCotermLicenseMoveRequestDestination

Licenses

The list of licenses to move

[DataMember(Name = "licenses")]
public List<OrganizationLicensingCotermLicenseMoveRequestLicense> Licenses { get; set; }

Property Value

List<OrganizationLicensingCotermLicenseMoveRequestLicense>