Options
All
  • Public
  • Public/Protected
  • All
Menu
param data

data (optional): User-defined data

param params

Parameters in params are as follows:

 params {
group_pendency_option_start_time: number; // Set the pull timestamp. Enter 0 for the first request. Subsequently, enter the corresponding value based on the timestamp specified by kTIMGroupPendencyResultNextStartTime in [GroupPendencyResult]() returned by the server.
group_pendency_option_max_limited: number; // Recommended number of pending requests to be pulled. The server can return pending requests as required. However, this key does not indicate whether a pending request is handled.
}

Hierarchy

  • GetPendencyListParams

Index

Properties

Properties

Optional data

data?: string

params

params: { group_pendency_option_max_limited: number; group_pendency_option_start_time: number }

Type declaration

  • group_pendency_option_max_limited: number
  • group_pendency_option_start_time: number

Generated using TypeDoc