name property

String? name
getter/setter pair

Name of the audience.

It should be unique across all audiences within the account. It must have a minimum length of 1 and maximum length of 255. Required when scope is not set or is set to CUSTOMER. Cannot be set or updated when scope is ASSET_GROUP.

Implementation

core.String? name;