Target constructor

Target({
  1. Map<String, String>? annotations,
  2. AnthosCluster? anthosCluster,
  3. String? createTime,
  4. CustomTarget? customTarget,
  5. Map<String, String>? deployParameters,
  6. String? description,
  7. String? etag,
  8. List<ExecutionConfig>? executionConfigs,
  9. GkeCluster? gke,
  10. Map<String, String>? labels,
  11. MultiTarget? multiTarget,
  12. String? name,
  13. bool? requireApproval,
  14. CloudRunLocation? run,
  15. String? targetId,
  16. String? uid,
  17. String? updateTime,
})

Implementation

Target({
  this.annotations,
  this.anthosCluster,
  this.createTime,
  this.customTarget,
  this.deployParameters,
  this.description,
  this.etag,
  this.executionConfigs,
  this.gke,
  this.labels,
  this.multiTarget,
  this.name,
  this.requireApproval,
  this.run,
  this.targetId,
  this.uid,
  this.updateTime,
});