NotificationSetting class

A Google Pub/Sub topic where notifications can be published when a location is updated or has a new review.

There will be only one notification setting resource per-account.

Constructors

NotificationSetting({String? name, List<String>? notificationTypes, String? pubsubTopic})
NotificationSetting.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name this setting is for.
getter/setter pair
notificationTypes List<String>?
The types of notifications that will be sent to the Pub/Sub topic.
getter/setter pair
pubsubTopic String?
The Google Pub/Sub topic that will receive notifications when locations managed by this account are updated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited