Table of Contents

Class OrganizationLicensingCotermLicenseMoveResponseLicenseEdition

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

An edition of the license for a product type

[DataContract]
public class OrganizationLicensingCotermLicenseMoveResponseLicenseEdition
Inheritance
OrganizationLicensingCotermLicenseMoveResponseLicenseEdition
Inherited Members

Constructors

OrganizationLicensingCotermLicenseMoveResponseLicenseEdition()

public OrganizationLicensingCotermLicenseMoveResponseLicenseEdition()

Properties

Edition

The name of the license edition

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "edition")]
public string Edition { get; set; }

Property Value

string

ProductType

The product type of the license edition

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productType")]
public string ProductType { get; set; }

Property Value

string