LiveStreamListResponse constructor

LiveStreamListResponse(
  1. String kind,
  2. String etag,
  3. PageInfo pageInfo,
  4. List<LiveStreamItem> items,
  5. String id,
)

Implementation

LiveStreamListResponse(
    this.kind, this.etag, this.pageInfo, this.items, this.id);