Target constructor
Target({
- Map<
String, String> ? annotations, - AnthosCluster? anthosCluster,
- String? createTime,
- CustomTarget? customTarget,
- Map<
String, String> ? deployParameters, - String? description,
- String? etag,
- List<
ExecutionConfig> ? executionConfigs, - GkeCluster? gke,
- Map<
String, String> ? labels, - MultiTarget? multiTarget,
- String? name,
- bool? requireApproval,
- CloudRunLocation? run,
- String? targetId,
- String? uid,
- 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,
});