IssueresolutionResource class

Constructors

IssueresolutionResource.new(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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderaccountissues(RenderIssuesRequestPayload request, String name, {String? languageCode, String? timeZone, String? $fields}) Future<RenderAccountIssuesResponse>
Provide a list of business's account issues with an issue resolution content and available actions.
renderproductissues(RenderIssuesRequestPayload request, String name, {String? languageCode, String? timeZone, String? $fields}) Future<RenderProductIssuesResponse>
Provide a list of issues for business's product with an issue resolution content and available actions.
toString() String
A string representation of this object.
inherited
triggeraction(TriggerActionPayload request, String name, {String? languageCode, String? $fields}) Future<TriggerActionResponse>
Start an action.

Operators

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