LiveStream constructor

LiveStream({
  1. CdnSettings? cdn,
  2. LiveStreamContentDetails? contentDetails,
  3. String? etag,
  4. String? id,
  5. String? kind,
  6. LiveStreamSnippet? snippet,
  7. LiveStreamStatus? status,
})

Implementation

LiveStream({
  this.cdn,
  this.contentDetails,
  this.etag,
  this.id,
  this.kind,
  this.snippet,
  this.status,
});