|
|
|
|
@ -9,12 +9,6 @@ class ParticipantList |
|
|
|
|
{ |
|
|
|
|
use Pagination; |
|
|
|
|
|
|
|
|
|
/** @var string The next page token is used to paginate through large result sets. |
|
|
|
|
* A next page token will be returned whenever the set of available results exceeds the current page size. |
|
|
|
|
* The expiration period for this token is 15 minutes. |
|
|
|
|
*/ |
|
|
|
|
public $next_page_token; |
|
|
|
|
|
|
|
|
|
/** @var ParticipantListItem[] */ |
|
|
|
|
public $participants; |
|
|
|
|
|
|
|
|
|
|