View Source GoogleApi.ContentWarehouse.V1.Model.ContentAttributionsOutgoingAttribution (google_api_content_warehouse v0.4.0)

This is a copy of quality_contra::SelectedAttribution::SelectedInfo. The url is converted to docid and other fields are copied directly.

Attributes

  • bestEvidenceType (type: String.t, default: nil) -
  • docid (type: String.t, default: nil) -
  • properties (type: integer(), default: nil) -
  • usableForClustering (type: boolean(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ContentAttributionsOutgoingAttribution{
    bestEvidenceType: String.t() | nil,
    docid: String.t() | nil,
    properties: integer() | nil,
    usableForClustering: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.