pubsubTopic property

String? pubsubTopic
getter/setter pair

The Topic.name of the Pub/Sub topic to which to publish notifications.

Must be of the format: projects/{project}/topics/{topic}. Not matching this format results in an INVALID_ARGUMENT error.

Required.

Implementation

core.String? pubsubTopic;