google_api_fact_check_tools v0.3.0 GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage View Source
Holds one or more instances of ClaimReview markup for a webpage.
Attributes
claimReviewAuthor(type:GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor.t, default:nil) - Info about the author of this claim review. Similar to the above, semantically these are page-level fields, and eachClaimReviewon this page will contain the same values.claimReviewMarkups(type:list(GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup.t), default:nil) - A list of individual claim reviews for this page. Each item in the list corresponds to oneClaimReviewelement.name(type:String.t, default:nil) - The name of thisClaimReviewmarkup page resource, in the form ofpages/{page_id}. Except for update requests, this field is output-only and should not be set by the user.pageUrl(type:String.t, default:nil) - The URL of the page associated with thisClaimReviewmarkup. While every individualClaimReviewhas its own URL field, semantically this is a page-level field, and eachClaimReviewon this page will use this value unless individually overridden.
Corresponds toClaimReview.urlpublishDate(type:String.t, default:nil) - The date when the fact check was published. Similar to the URL, semantically this is a page-level field, and eachClaimReviewon this page will contain the same value.
Corresponds toClaimReview.datePublishedversionId(type:String.t, default:nil) - The version ID for this markup. Except for update requests, this field is output-only and should not be set by the user.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() ::
%GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage{
claimReviewAuthor:
GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor.t(),
claimReviewMarkups: [
GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup.t()
],
name: String.t(),
pageUrl: String.t(),
publishDate: String.t(),
versionId: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.