Target constructor

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

Implementation

Target({
  this.annotations,
  this.anthosCluster,
  this.associatedEntities,
  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,
});