View Source GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo (google_api_content_warehouse v0.4.0)
ClusterInfo no longer being populated (they are the 'old' version of storing meta-information only available in old not-reprocessed documents, all documents processed since July 2014 use the 'TargetLinkSet' instead.
Attributes
-   fpOutlinks(type:String.t, default:nil) - A fingerprint of all outlink-URLs of this document that have been used as algorithmic input.
-   lastModifiedInputTimestampMs(type:String.t, default:nil) - The last time the set of outgoing links of this document was modified. This is the input for our calculation.
-   lastProcessedOutputTimestampMs(type:String.t, default:nil) - The last time the cross-validation of the links was done. Between that last timestamp and now, only cached results have been used.
-   linkMember(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkMember.t), default:nil) - All verified members of the cluster (including recursive inclusions).
-   unvalidatedOutlink(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkData.t), default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfo{ fpOutlinks: String.t() | nil, lastModifiedInputTimestampMs: String.t() | nil, lastProcessedOutputTimestampMs: String.t() | nil, linkMember: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkMember.t() ] | nil, unvalidatedOutlink: [ GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterLinkBasedClusterInfoLinkData.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.