Class OrganizationLicensingCotermLicenseMoveRequestDestination
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
OrganizationId
The organization to move the license to
[DataMember(Name = "organizationId")]
public string? OrganizationId { get; set; }