GoogleApi.ContentWarehouse.V1.Model.CountryClickDistribution
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
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)
, default:nil
)
- -
total
(type:float()
, default:nil
)
- To store total clicks on this page/domain.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CountryClickDistribution{
confidence: float() | nil,
item: [GoogleApi.ContentWarehouse.V1.Model.CountryClickDistributionItem.t()] | nil,
total: float() | nil
}
confidence: float() | nil,
item: [GoogleApi.ContentWarehouse.V1.Model.CountryClickDistributionItem.t()] | nil,
total: float() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CountryClickDistribution