defaultValue property

String? defaultValue
getter/setter pair

The default values will pre-populate the parameter with the given value from the proto.

If default_value is left empty, the parameter will be populated with a default of the relevant type, e.g. false for a boolean.

Optional.

Implementation

core.String? defaultValue;