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

Resolved url and site spamscore for outlinks in updates (aka microposts).

Attributes

  • aggregationFp (type: String.t, default: nil) - Representative id for an equivalence class of URLs. E.g. http://youtube.com/watch?v=12 and http://youtube.com/watch?v=12&feature=related have the same aggregation id since they're effectively the same webpage
  • resolvedUrl (type: String.t, default: nil) -
  • siteSpamScore (type: integer(), default: nil) -
  • title (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.BlogPerDocDataOutlinks{
  aggregationFp: String.t() | nil,
  resolvedUrl: String.t() | nil,
  siteSpamScore: integer() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.