phaseArtifacts property

Map<String, PhaseArtifact>? phaseArtifacts
getter/setter pair

Map from the phase ID to the phase artifacts for the Target.

Output only.

Implementation

core.Map<core.String, PhaseArtifact>? phaseArtifacts;