name property

String? name
getter/setter pair

The name of the campaign.

This field is required and should not be empty when creating new campaigns. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters.

Implementation

core.String? name;