Operation constructor

Operation({
  1. List<StatusCondition>? clusterConditions,
  2. String? detail,
  3. String? endTime,
  4. Status? error,
  5. String? location,
  6. String? name,
  7. List<StatusCondition>? nodepoolConditions,
  8. String? operationType,
  9. OperationProgress? progress,
  10. String? selfLink,
  11. String? startTime,
  12. String? status,
  13. String? statusMessage,
  14. String? targetLink,
  15. String? zone,
})

Implementation

Operation({
  this.clusterConditions,
  this.detail,
  this.endTime,
  this.error,
  this.location,
  this.name,
  this.nodepoolConditions,
  this.operationType,
  this.progress,
  this.selfLink,
  this.startTime,
  this.status,
  this.statusMessage,
  this.targetLink,
  this.zone,
});