LocationsQuestionsResource class
Methods
-
create(Question request, String parent, {String? $fields})
→ Future<Question>
-
Adds a question for the specified location.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a specific question written by the current user.
-
list(String parent, {int? answersPerQuestion, String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListQuestionsResponse>
-
Returns the paginated list of questions and some of its answers for a
specified location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Question request, String name, {String? updateMask, String? $fields})
→ Future<Question>
-
Updates a specific question written by the current user.
-
toString()
→ String
-
A string representation of this object.
inherited