GetOperationDetailResponse constructor
GetOperationDetailResponse({
- String? domainName,
- String? message,
- String? operationId,
- OperationStatus? status,
- DateTime? submittedDate,
- OperationType? type,
Implementation
GetOperationDetailResponse({
this.domainName,
this.message,
this.operationId,
this.status,
this.submittedDate,
this.type,
});