Operation constructor

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

Implementation

Operation({
  this.clientOperationId,
  this.creationTimestamp,
  this.description,
  this.endTime,
  this.error,
  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,
  this.zone,
});