View Source GoogleApi.MyBusinessQAndA.V1.Model.ListQuestionsResponse (google_api_my_business_q_and_a v0.2.1)

Response message for QuestionsAndAnswers.ListQuestions

Attributes

  • nextPageToken (type: String.t, default: nil) - If the number of questions exceeds the requested max page size, this field is populated with a token to fetch the next page of questions on a subsequent call. If there are no more questions, this field is not present in the response.
  • questions (type: list(GoogleApi.MyBusinessQAndA.V1.Model.Question.t), default: nil) - The requested questions,
  • totalSize (type: integer(), default: nil) - The total number of questions posted for this location across all pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessQAndA.V1.Model.ListQuestionsResponse{
  nextPageToken: String.t() | nil,
  questions: [GoogleApi.MyBusinessQAndA.V1.Model.Question.t()] | nil,
  totalSize: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.