Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.27 KB

File metadata and controls

11 lines (7 loc) · 1.27 KB

WebcastPaginatedResponse

The response from a request to get the list of webcasts. This includes the paging object as well as the collection of webcasts.

Fields

Field Type Required Description
Paging PagingJson ✔️ Represents pagination information for a collection of resources.
Data List<ExistingWebcast> ✔️ Collection of webcasts.