Release constructor
Release({
- bool? abandoned,
- Map<
String, String> ? annotations, - List<
BuildArtifact> ? buildArtifacts, - ReleaseCondition? condition,
- String? createTime,
- List<
CustomTargetType> ? customTargetTypeSnapshots, - DeliveryPipeline? deliveryPipelineSnapshot,
- Map<
String, String> ? deployParameters, - String? description,
- String? etag,
- Map<
String, String> ? labels, - String? name,
- String? renderEndTime,
- String? renderStartTime,
- String? renderState,
- String? skaffoldConfigPath,
- String? skaffoldConfigUri,
- String? skaffoldVersion,
- Map<
String, TargetArtifact> ? targetArtifacts, - Map<
String, TargetRender> ? targetRenders, - List<
Target> ? targetSnapshots, - String? uid,
Implementation
Release({
this.abandoned,
this.annotations,
this.buildArtifacts,
this.condition,
this.createTime,
this.customTargetTypeSnapshots,
this.deliveryPipelineSnapshot,
this.deployParameters,
this.description,
this.etag,
this.labels,
this.name,
this.renderEndTime,
this.renderStartTime,
this.renderState,
this.skaffoldConfigPath,
this.skaffoldConfigUri,
this.skaffoldVersion,
this.targetArtifacts,
this.targetRenders,
this.targetSnapshots,
this.uid,
});