name property
User-assigned name of the trigger.
Must be unique within the project. Trigger names must meet the following requirements: + They must contain only alphanumeric characters and dashes.
- They can be 1-64 characters long. + They must begin and end with an alphanumeric character.
Implementation
core.String? name;