name property

String? name
getter/setter pair

Name of the creative asset.

This is a required field while inserting an asset. After insertion, this assetIdentifier is used to identify the uploaded asset. Characters in the name must be alphanumeric or one of the following: ".-_ ". Spaces are allowed.

Implementation

core.String? name;