Skip to content

@line/bot-sdk


@line/bot-sdk / manageAudience / GetSharedAudienceGroupsResponse

Type Alias: GetSharedAudienceGroupsResponse

GetSharedAudienceGroupsResponse = object

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:18

Gets data for more than one audience.

Properties

audienceGroups?

optional audienceGroups: AudienceGroup[]

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:24

An array of audience data. If there are no audiences that match the specified filter, an empty array will be returned.

See

audienceGroups Documentation


hasNextPage?

optional hasNextPage: boolean

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:30

true when this is not the last page.

See

hasNextPage Documentation


page?

optional page: number

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:48

The current page number.

See

page Documentation


readWriteAudienceGroupTotalCount?

optional readWriteAudienceGroupTotalCount: number

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.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/getSharedAudienceGroupsResponse.ts:54

The maximum number of audiences on the current page.

See

size Documentation


totalCount?

optional totalCount: number

Defined in: lib/manage-audience/model/getSharedAudienceGroupsResponse.ts:36

The total number of audiences that can be returned with the specified filter.

See

totalCount Documentation