GetOperationDetailResponse constructor

GetOperationDetailResponse({
  1. String? domainName,
  2. String? message,
  3. String? operationId,
  4. OperationStatus? status,
  5. DateTime? submittedDate,
  6. OperationType? type,
})

Implementation

GetOperationDetailResponse({
  this.domainName,
  this.message,
  this.operationId,
  this.status,
  this.submittedDate,
  this.type,
});