Properties of a ParameterMetadata.
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
name |
string | null |
<optional> |
ParameterMetadata name |
label |
string | null |
<optional> |
ParameterMetadata label |
helpText |
string | null |
<optional> |
ParameterMetadata helpText |
isOptional |
boolean | null |
<optional> |
ParameterMetadata isOptional |
regexes |
Array.<string> | null |
<optional> |
ParameterMetadata regexes |
paramType |
google.dataflow.v1beta3.ParameterType | null |
<optional> |
ParameterMetadata paramType |
customMetadata |
Object.<string, string> | null |
<optional> |
ParameterMetadata customMetadata |