DeleteLicenseRequest constructor

DeleteLicenseRequest({
  1. required String license,
  2. required String project,
  3. String? requestId,
})

Implementation

DeleteLicenseRequest({
  required this.license,
  required this.project,
  this.requestId,
}) : super(fullyQualifiedName);