Appearance
@line/bot-sdk / manageAudience / GetAudienceGroupsResponse
Type Alias: GetAudienceGroupsResponse
GetAudienceGroupsResponse =
object
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:19
Gets data for more than one audience.
See
https://developers.line.biz/en/reference/messaging-api/#get-audience-groups
Properties
audienceGroups?
optionalaudienceGroups?:AudienceGroup[]
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:23
An array of audience data. If there are no audiences that match the specified filter, an empty array will be returned.
hasNextPage?
optionalhasNextPage?:boolean
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:27
true when this is not the last page.
page?
optionalpage?:number
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:39
The current page number.
readWriteAudienceGroupTotalCount?
optionalreadWriteAudienceGroupTotalCount?:number
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:35
Of the audiences you can get with the specified filter, the number of audiences with the update permission set to READ_WRITE.
size?
optionalsize?:number
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:43
The maximum number of audiences on the current page.
totalCount?
optionaltotalCount?:number
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:31
The total number of audiences that can be returned with the specified filter.