View Source GoogleApi.MyBusinessQAndA.V1.Model.ListAnswersResponse (google_api_my_business_q_and_a v0.2.1)
Response message for QuestionsAndAnswers.ListAnswers
Attributes
-
answers
(type:list(GoogleApi.MyBusinessQAndA.V1.Model.Answer.t)
, default:nil
) - The requested answers. -
nextPageToken
(type:String.t
, default:nil
) - If the number of answers exceeds the requested max page size, this field is populated with a token to fetch the next page of answers on a subsequent call. If there are no more answers, this field is not present in the response. -
totalSize
(type:integer()
, default:nil
) - The total number of answers posted for this question across all pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessQAndA.V1.Model.ListAnswersResponse{ answers: [GoogleApi.MyBusinessQAndA.V1.Model.Answer.t()] | nil, nextPageToken: String.t() | nil, totalSize: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.