google_api_fact_check_tools v0.2.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 each ClaimReview 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 one ClaimReview element.
  • name (type: String.t, default: nil) - The name of this ClaimReview markup page resource, in the form of pages/{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 this ClaimReview markup. While every individual ClaimReview has its own URL field, semantically this is a page-level field, and each ClaimReview on this page will use this value unless individually overridden.
    Corresponds to ClaimReview.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 each ClaimReview on this page will contain the same value.
    Corresponds to ClaimReview.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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.