LINE.Bot.ManageAudience.Model.DetailedOwner (line_bot_sdk v0.2.0)

Copy Markdown

Owner of this audience group.

Summary

Types

t()

@type t() :: %LINE.Bot.ManageAudience.Model.DetailedOwner{
  id: String.t() | nil,
  name: String.t() | nil,
  serviceType: String.t() | nil
}

Functions

decode(value)