LINE.Bot.ManageAudience.Model.GetSharedAudienceGroupsResponse (line_bot_sdk v0.1.0)

Copy Markdown

Gets data for more than one audience.

Summary

Types

t()

@type t() :: %LINE.Bot.ManageAudience.Model.GetSharedAudienceGroupsResponse{
  audienceGroups: [LINE.Bot.Model.AudienceGroup.t()] | nil,
  hasNextPage: boolean() | nil,
  page: integer() | nil,
  readWriteAudienceGroupTotalCount: integer() | nil,
  size: integer() | nil,
  totalCount: integer() | nil
}

Functions

decode(value)