View Source GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview (google_api_fact_check_tools v0.10.0)
Information about a claim review.
Attributes
-
languageCode
(type:String.t
, default:nil
) - The language this review was written in. For instance, "en" or "de". -
publisher
(type:GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1Publisher.t
, default:nil
) - The publisher of this claim review. -
reviewDate
(type:DateTime.t
, default:nil
) - The date the claim was reviewed. -
textualRating
(type:String.t
, default:nil
) - Textual rating. For instance, "Mostly false". -
title
(type:String.t
, default:nil
) - The title of this claim review, if it can be determined. -
url
(type:String.t
, default:nil
) - The URL of this claim review.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview{ languageCode: String.t() | nil, publisher: GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1Publisher.t() | nil, reviewDate: DateTime.t() | nil, textualRating: String.t() | nil, title: String.t() | nil, url: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.