GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage constructor
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage({
- GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor? claimReviewAuthor,
- List<
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup> ? claimReviewMarkups, - String? name,
- String? pageUrl,
- String? publishDate,
- String? versionId,
Implementation
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage({
this.claimReviewAuthor,
this.claimReviewMarkups,
this.name,
this.pageUrl,
this.publishDate,
this.versionId,
});