Table of Contents

Class OrganizationLicensingCotermLicenseMoveRequestDestination

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

Destination data for the license move

[DataContract]
public class OrganizationLicensingCotermLicenseMoveRequestDestination
Inheritance
OrganizationLicensingCotermLicenseMoveRequestDestination
Inherited Members

Constructors

OrganizationLicensingCotermLicenseMoveRequestDestination()

public OrganizationLicensingCotermLicenseMoveRequestDestination()

Properties

Mode

The claim mode of the moved license

[DataMember(Name = "mode")]
public LicenseMode? Mode { get; set; }

Property Value

LicenseMode?

OrganizationId

The organization to move the license to

[DataMember(Name = "organizationId")]
public string? OrganizationId { get; set; }

Property Value

string