displayName property

String? displayName
getter/setter pair

The display name of the pipeline.

It can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), and underscores (_).

Required.

Implementation

core.String? displayName;