name property

String? name
getter/setter pair

The name of the campaign draft.

This field is required and should not be empty when creating new campaign drafts. 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;