Operation constructor

Operation({
  1. String? clientOperationId,
  2. String? creationTimestamp,
  3. String? description,
  4. String? endTime,
  5. Error? error,
  6. GetHealthOperationMetadata? getHealthOperationMetadata,
  7. GetVersionOperationMetadata? getVersionOperationMetadata,
  8. String? httpErrorMessage,
  9. int? httpErrorStatusCode,
  10. BigInt? id,
  11. String? insertTime,
  12. InstancesBulkInsertOperationMetadata? instancesBulkInsertOperationMetadata,
  13. String? kind,
  14. String? name,
  15. String? operationGroupId,
  16. String? operationType,
  17. int? progress,
  18. String? region,
  19. String? selfLink,
  20. SetCommonInstanceMetadataOperationMetadata? setCommonInstanceMetadataOperationMetadata,
  21. String? startTime,
  22. Operation_Status? status,
  23. String? statusMessage,
  24. BigInt? targetId,
  25. String? targetLink,
  26. String? user,
  27. List<Warnings> warnings = const [],
  28. String? zone,
})

Implementation

Operation({
  this.clientOperationId,
  this.creationTimestamp,
  this.description,
  this.endTime,
  this.error,
  this.getHealthOperationMetadata,
  this.getVersionOperationMetadata,
  this.httpErrorMessage,
  this.httpErrorStatusCode,
  this.id,
  this.insertTime,
  this.instancesBulkInsertOperationMetadata,
  this.kind,
  this.name,
  this.operationGroupId,
  this.operationType,
  this.progress,
  this.region,
  this.selfLink,
  this.setCommonInstanceMetadataOperationMetadata,
  this.startTime,
  this.status,
  this.statusMessage,
  this.targetId,
  this.targetLink,
  this.user,
  this.warnings = const [],
  this.zone,
}) : super(fullyQualifiedName);