LocationsQuestionsAnswersResource class
Constructors
- LocationsQuestionsAnswersResource(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
-
delete(
String name, {String? $fields}) → Future< Empty> - Deletes the answer written by the current user to a question.
-
list(
String parent, {String? orderBy, int? pageSize, String? pageToken, String? $fields}) → Future< ListAnswersResponse> - Returns the paginated list of answers for a specified question.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
upsert(
UpsertAnswerRequest request, String parent, {String? $fields}) → Future< Answer> - Creates an answer or updates the existing answer written by the user for the specified question.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited