google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.AnalyticsDataPoint View Source

Details of the analytics events for a `Company` within a single day.

Attributes

  • eventCount (integer()): Number of times the type of event occurred. Meaning depends on context (e.g. profile views, contacts, etc.). Defaults to: null.
  • eventLocations ([LatLng]): Location information of where these events occurred. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Partners.V2.Model.AnalyticsDataPoint{
  eventCount: any(),
  eventLocations: [GoogleApi.Partners.V2.Model.LatLng.t()]
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.