class Google::Apis::FactchecktoolsV1alpha1::GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse

Response from listing `ClaimReview` markup.

Attributes

claim_review_markup_pages[RW]

The result list of pages of `ClaimReview` markup. Corresponds to the JSON property `claimReviewMarkupPages` @return [Array<Google::Apis::FactchecktoolsV1alpha1::GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>]

next_page_token[RW]

The next pagination token in the Search response. It should be used as the ` page_token` for the following request. An empty value means no more results. Corresponds to the JSON property `nextPageToken` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/factchecktools_v1alpha1/classes.rb, line 399
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/factchecktools_v1alpha1/classes.rb, line 404
def update!(**args)
  @claim_review_markup_pages = args[:claim_review_markup_pages] if args.key?(:claim_review_markup_pages)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end