name property

String? name
getter/setter pair

The name of the bidding strategy.

All bidding strategies within an account must be named distinctly. The length of this string should be between 1 and 255, inclusive, in UTF-8 bytes, (trimmed).

Implementation

core.String? name;