google_api_fact_check_tools v0.4.1 GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview{ languageCode: String.t(), publisher: GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1Publisher.t(), reviewDate: DateTime.t(), textualRating: String.t(), title: String.t(), url: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.