Class OrganizationLicensingCotermLicenseMoveRequest
Organization Licensing Coterm License Move Request
[DataContract]
public class OrganizationLicensingCotermLicenseMoveRequest
- Inheritance
-
OrganizationLicensingCotermLicenseMoveRequest
- Inherited Members
Constructors
OrganizationLicensingCotermLicenseMoveRequest()
public OrganizationLicensingCotermLicenseMoveRequest()
Properties
Destination
Destination data for the license move
[DataMember(Name = "destination")]
public OrganizationLicensingCotermLicenseMoveRequestDestination Destination { get; set; }
Property Value
Licenses
The list of licenses to move
[DataMember(Name = "licenses")]
public List<OrganizationLicensingCotermLicenseMoveRequestLicense> Licenses { get; set; }