BlogPerDocDataOutlinks

GoogleApi.ContentWarehouse.V1.Model.BlogPerDocDataOutlinks


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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
  2. resolvedUrl (type: String.t, default: nil)
    -
  3. siteSpamScore (type: integer(), default: nil)
    -
  4. title (type: String.t, default: nil)
    -

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.BlogPerDocDataOutlinks