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

Copy Markdown

Target area of the metrics, represented by the top-left coordinate, width, and height.

Summary

Types

t()

@type t() :: %LINE.Bot.Insight.Model.GetRichMenuInsightSummaryResponseBounds{
  height: integer(),
  width: integer(),
  x: integer(),
  y: integer()
}

Functions

decode(value)