View Source GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor (google_api_fact_check_tools v0.10.0)

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. Corresponds to ClaimReview.author.name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewAuthor{
    imageUrl: String.t() | nil,
    name: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.