Table of Contents

Class LicenseUpdateRequest

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

UpdateOrganizationLicense

[DataContract]
public class LicenseUpdateRequest
Inheritance
LicenseUpdateRequest
Inherited Members

Constructors

LicenseUpdateRequest()

public LicenseUpdateRequest()

Properties

DeviceSerial

The serial number of the device to assign this license to. Set this to null to unassign the license. If a different license is already active on the device, this parameter will control queuing/dequeuing this license.

[DataMember(Name = "deviceSerial")]
public string DeviceSerial { get; set; }

Property Value

string

The serial number of the device to assign this license to. Set this to null to unassign the license. If a different license is already active on the device, this parameter will control queuing/dequeuing this license.