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

Attributes

  • confidence (type: float(), default: nil) - To store confidence in the distribution in cases when total is not set.
  • item (type: list(GoogleApi.ContentWarehouse.V1.Model.CountryClickDistributionItem.t), default: nil) -
  • total (type: float(), default: nil) - To store total clicks on this page/domain.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CountryClickDistribution{
  confidence: float() | nil,
  item:
    [GoogleApi.ContentWarehouse.V1.Model.CountryClickDistributionItem.t()] | nil,
  total: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.