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

This message represents a source of shingles. Used by ShingleInfoPerDocData.

Attributes

  • id (type: integer(), default: nil) - Hash-value of the URL.
  • numShingles (type: integer(), default: nil) - Number of shingles originating from this source.
  • timestamp (type: integer(), default: nil) - First-seen timestamp of the source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ShingleSource{
  id: integer() | nil,
  numShingles: integer() | nil,
  timestamp: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.