Operation constructor

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

Implementation

Operation({
  this.clientOperationId,
  this.creationTimestamp,
  this.description,
  this.endTime,
  this.error,
  this.firewallPolicyRuleOperationMetadata,
  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.selfLinkWithId,
  this.setAutoscalerLinkOperationMetadata,
  this.setCommonInstanceMetadataOperationMetadata,
  this.startTime,
  this.status,
  this.statusMessage,
  this.targetId,
  this.targetLink,
  this.user,
  this.warnings,
  this.zone,
});