View Source GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1Publisher (google_api_fact_check_tools v0.9.0)

Information about the publisher.

Attributes

  • name (type: String.t, default: nil) - The name of this publisher. For instance, "Awesome Fact Checks".
  • site (type: String.t, default: nil) - Host-level site name, without the protocol or "www" prefix. For instance, "awesomefactchecks.com". This value of this field is based purely on the claim review URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.