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

Attributes

  • clicksBad (type: float(), default: nil) -
  • clicksImage (type: float(), default: nil) -
  • clicksTotal (type: float(), default: nil) -
  • debugInfo (type: list(String.t), default: nil) - For debugging purpose only.
  • numImageUrls (type: float(), default: nil) - This represents the number of urls with image clicks. A url can have both image and non-image clicks, in which case we set num_image_urls to be the ratio of image_clicks vs total clicks. For example, if a url has 10 total clicks and 7 image clicks, num_image_urls will be set to 0.7.
  • numUrls (type: String.t, default: nil) -
  • pattern (type: String.t, default: nil) - For debugging purpose only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingSignalAggregatorSccSignal{
  clicksBad: float() | nil,
  clicksImage: float() | nil,
  clicksTotal: float() | nil,
  debugInfo: [String.t()] | nil,
  numImageUrls: float() | nil,
  numUrls: String.t() | nil,
  pattern: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.