google_api_fact_check_tools v0.4.1 GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor View Source

Information about the claim review author.

Attributes

  • imageUrl (type: String.t, default: nil) - Corresponds to ClaimReview.author.image.
  • name (type: String.t, default: nil) - Name of the organization that is publishing the fact check.<br> Corresponds to ClaimReview.author.name.

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.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor{
    imageUrl: String.t(),
    name: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.