GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse constructor

GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse({
  1. List<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>? claimReviewMarkupPages,
  2. String? nextPageToken,
})

Implementation

GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse({
  this.claimReviewMarkupPages,
  this.nextPageToken,
});