google_api_fact_check_tools v0.2.0 GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor View Source

Information about the claim author.

Attributes

  • imageUrl (type: String.t, default: nil) - Corresponds to ClaimReview.itemReviewed.author.image.
  • jobTitle (type: String.t, default: nil) - Corresponds to ClaimReview.itemReviewed.author.jobTitle.
  • name (type: String.t, default: nil) - A person or organization stating the claim. For instance, "John Doe".
    Corresponds to ClaimReview.itemReviewed.author.name.
  • sameAs (type: String.t, default: nil) - Corresponds to ClaimReview.itemReviewed.author.sameAs.

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.GoogleFactcheckingFactchecktoolsV1alpha1ClaimAuthor{
    imageUrl: String.t(),
    jobTitle: String.t(),
    name: String.t(),
    sameAs: 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.