Table of Contents

Class OrganizationLicensingCotermLicenseMoveResponse

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

Organization Licensing Coterm License Move Response

[DataContract]
public class OrganizationLicensingCotermLicenseMoveResponse
Inheritance
OrganizationLicensingCotermLicenseMoveResponse
Inherited Members

Constructors

OrganizationLicensingCotermLicenseMoveResponse()

public OrganizationLicensingCotermLicenseMoveResponse()

Properties

MoveLicenses

Newly moved licenses created in the destination organization of the license move operation

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "moveLicenses")]
public List<OrganizationLicensingCotermLicenseMoveResponseLicense> MoveLicenses { get; set; }

Property Value

List<OrganizationLicensingCotermLicenseMoveResponseLicense>

RemainderLicenses

Remainder licenses created in the source organization as a result of moving a subset of the counts of a license

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "remainderLicenses")]
public List<OrganizationLicensingCotermLicenseMoveResponseLicense> RemainderLicenses { get; set; }

Property Value

List<OrganizationLicensingCotermLicenseMoveResponseLicense>