format property

String? format
getter/setter pair

Specifies the format of a Parameter.

Optional. Possible string values are:

  • "PARAMETER_FORMAT_UNSPECIFIED" : The default / unset value. The API will default to the UNFORMATTED format.
  • "UNFORMATTED" : Unformatted.
  • "YAML" : YAML format.
  • "JSON" : JSON format.

Implementation

core.String? format;