Operation constructor
Operation({
- DateTime? createdAt,
- String? errorCode,
- String? errorDetails,
- String? id,
- bool? isTerminal,
- ResourceLocation? location,
- String? operationDetails,
- OperationType? operationType,
- String? resourceName,
- ResourceType? resourceType,
- OperationStatus? status,
- DateTime? statusChangedAt,
Implementation
Operation({
this.createdAt,
this.errorCode,
this.errorDetails,
this.id,
this.isTerminal,
this.location,
this.operationDetails,
this.operationType,
this.resourceName,
this.resourceType,
this.status,
this.statusChangedAt,
});