DeleteLicenseResponse constructor
DeleteLicenseResponse({
- String? deletionDate,
- LicenseDeletionStatus? status,
Implementation
DeleteLicenseResponse({
this.deletionDate,
this.status,
});