destination property

String? destination
getter/setter pair

Destination is the Pipeline that the Enrollment is delivering to.

It must point to the full resource name of a Pipeline. Format: "projects/{PROJECT_ID}/locations/{region}/pipelines/{PIPELINE_ID)"

Required.

Implementation

core.String? destination;