Appearance
@line/bot-sdk / manageAudience / GetAudienceGroupsResponse
Type Alias: GetAudienceGroupsResponse
GetAudienceGroupsResponse =
object
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:18
Gets data for more than one audience.
Properties
audienceGroups?
optional
audienceGroups:AudienceGroup
[]
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:24
An array of audience data. If there are no audiences that match the specified filter, an empty array will be returned.
See
hasNextPage?
optional
hasNextPage:boolean
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:30
true when this is not the last page.
See
page?
optional
page:number
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:48
The current page number.
See
readWriteAudienceGroupTotalCount?
optional
readWriteAudienceGroupTotalCount:number
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:42
Of the audiences you can get with the specified filter, the number of audiences with the update permission set to READ_WRITE.
See
readWriteAudienceGroupTotalCount Documentation
size?
optional
size:number
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:54
The maximum number of audiences on the current page.
See
totalCount?
optional
totalCount:number
Defined in: lib/manage-audience/model/getAudienceGroupsResponse.ts:36
The total number of audiences that can be returned with the specified filter.