parentName property

String? parentName
getter/setter pair

Specifies the name of the parent parameter.

Used in conjunction with 'parent_trigger_values' to make this parameter conditional (will only be rendered conditionally). Should be mappable to a ParameterMetadata.name field.

Optional.

Implementation

core.String? parentName;