google_api_fact_check_tools v0.5.1 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 eachClaimReview
on 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 oneClaimReview
element. -
name
(type:String.t
, default:nil
) - The name of thisClaimReview
markup 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 thisClaimReview
markup. While every individualClaimReview
has its own URL field, semantically this is a page-level field, and eachClaimReview
on 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 eachClaimReview
on 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.
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.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
Specs
Unwrap a decoded JSON object into its complex fields.