View Source GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage (google_api_fact_check_tools v0.10.0)
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.url -
publishDate(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.datePublished -
versionId(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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage{ claimReviewAuthor: GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor.t() | nil, claimReviewMarkups: [ GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkup.t() ] | nil, name: String.t() | nil, pageUrl: String.t() | nil, publishDate: String.t() | nil, versionId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.