Table of Contents

Class OrganizationLicensingCotermLicenseMoveRequestLicenseCount

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

A count to move from license by model type

[DataContract]
public class OrganizationLicensingCotermLicenseMoveRequestLicenseCount
Inheritance
OrganizationLicensingCotermLicenseMoveRequestLicenseCount
Inherited Members

Constructors

OrganizationLicensingCotermLicenseMoveRequestLicenseCount()

public OrganizationLicensingCotermLicenseMoveRequestLicenseCount()

Properties

Count

The number of counts to move

[DataMember(Name = "count")]
public int Count { get; set; }

Property Value

int

Model

The license model type to move counts of

[DataMember(Name = "model")]
public string Model { get; set; }

Property Value

string