name property

String? name
getter/setter pair

The name of the ad.

This is only used to be able to identify the ad. It does not need to be unique and does not affect the served ad.

Immutable.

Implementation

core.String? name;