google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.ParameterMetadata View Source

Metadata for a specific parameter.

Attributes

  • helpText (String): Required. The help text to display for the parameter. Defaults to: null.
  • isOptional (Boolean): Optional. Whether the parameter is optional. Defaults to false. Defaults to: null.
  • label (String): Required. The label to display for the parameter. Defaults to: null.
  • name (String): Required. The name of the parameter. Defaults to: null.
  • regexes (List[String]): Optional. Regexes that the parameter must match. Defaults to: null.