Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetVideoPerformanceListResponseData

    GetVideoPerformanceListResponseData sub-interface for GetVideoPerformanceListResponse

    interface GetVideoPerformanceListResponseData {
        has_more?: boolean;
        list?: GetVideoPerformanceListList[];
        total_count?: number;
    }
    Index

    Properties

    has_more?: boolean

    This is to indicate whether the video list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of data.

    The list of video that match the condition.

    total_count?: number

    The total count of video that match the condition.