GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage class
Holds one or more instances of ClaimReview
markup for a webpage.
Constructors
-
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage({GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor? claimReviewAuthor, List<
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup> ? claimReviewMarkups, String? name, String? pageUrl, String? publishDate, String? versionId}) - GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage.fromJson(Map _json)
Properties
- claimReviewAuthor ↔ GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor?
-
Info about the author of this claim review.
getter/setter pair
-
claimReviewMarkups
↔ List<
GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup> ? -
A list of individual claim reviews for this page.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of this
ClaimReview
markup page resource, in the form ofpages/{page_id}
.getter/setter pair - pageUrl ↔ String?
-
The URL of the page associated with this
ClaimReview
markup.getter/setter pair - publishDate ↔ String?
-
The date when the fact check was published.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- versionId ↔ String?
-
The version ID for this markup.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited