WatchCreativesResponse class
A response for the request to receive push notification when a bidder's creatives change status.
Constructors
- WatchCreativesResponse({String? subscription, String? topic})
- WatchCreativesResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscription ↔ String?
-
The Pub/Sub subscription that can be used to pull creative status
notifications.
getter/setter pair
- topic ↔ String?
-
The Pub/Sub topic that will be used to publish creative serving status
notifications.
getter/setter pair
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