Table of Contents

Class OrganizationLicensingCotermLicenseMoveRequestLicense

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

License to move

[DataContract]
public class OrganizationLicensingCotermLicenseMoveRequestLicense
Inheritance
OrganizationLicensingCotermLicenseMoveRequestLicense
Inherited Members

Constructors

OrganizationLicensingCotermLicenseMoveRequestLicense()

public OrganizationLicensingCotermLicenseMoveRequestLicense()

Properties

Counts

The counts to move from the license by model type

[DataMember(Name = "counts")]
public List<OrganizationLicensingCotermLicenseMoveRequestLicenseCount> Counts { get; set; }

Property Value

List<OrganizationLicensingCotermLicenseMoveRequestLicenseCount>

Key

The license key to move counts from

[DataMember(Name = "key")]
public string Key { get; set; }

Property Value

string