LINE.Bot.Insight.Model.GetStatisticsPerUnitResponse (line_bot_sdk v0.2.0)

Copy Markdown

Response object for get statistics per unit

Summary

Types

t()

@type t() :: %LINE.Bot.Insight.Model.GetStatisticsPerUnitResponse{
  clicks: [LINE.Bot.Model.GetStatisticsPerUnitResponseClick.t()],
  messages: [LINE.Bot.Model.GetStatisticsPerUnitResponseMessage.t()],
  overview: LINE.Bot.Model.GetStatisticsPerUnitResponseOverview.t()
}

Functions

decode(value)