GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview (google_api_fact_check_tools v0.6.0) 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() | 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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.