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

Response from searching fact-checked claims.

Attributes

  • claims (type: list(GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1Claim.t), default: nil) - The list of claims and all of their associated information.
  • nextPageToken (type: String.t, default: nil) - The next pagination token in the Search response. It should be used as the page_token for the following request. An empty value means no more results.

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.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse{
    claims: [
      GoogleApi.FactCheckTools.V1alpha1.Model.GoogleFactcheckingFactchecktoolsV1alpha1Claim.t()
    ],
    nextPageToken: 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.