AlertsFeedbackResource class

Constructors

AlertsFeedbackResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(AlertFeedback request, String alertId, {String? customerId, String? $fields}) Future<AlertFeedback>
Creates new feedback for an alert.
list(String alertId, {String? customerId, String? filter, String? $fields}) Future<ListAlertFeedbackResponse>
Lists all the feedback for an alert.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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