GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse (google_api_fact_check_tools v0.6.0) View Source
Response from listing ClaimReview markup.
Attributes
-
claimReviewMarkupPages(type:list(GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage.t), default:nil) - The result list of pages ofClaimReviewmarkup. -
nextPageToken(type:String.t, default:nil) - The next pagination token in the Search response. It should be used as thepage_tokenfor the following request. An empty value means no more results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse{
claimReviewMarkupPages:
[
GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage.t()
]
| nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.