DescribeOriginEndpointResponse constructor

DescribeOriginEndpointResponse({
  1. String? arn,
  2. Authorization? authorization,
  3. String? channelId,
  4. CmafPackage? cmafPackage,
  5. DashPackage? dashPackage,
  6. String? description,
  7. HlsPackage? hlsPackage,
  8. String? id,
  9. String? manifestName,
  10. MssPackage? mssPackage,
  11. Origination? origination,
  12. int? startoverWindowSeconds,
  13. Map<String, String>? tags,
  14. int? timeDelaySeconds,
  15. String? url,
  16. List<String>? whitelist,
})

Implementation

DescribeOriginEndpointResponse({
  this.arn,
  this.authorization,
  this.channelId,
  this.cmafPackage,
  this.dashPackage,
  this.description,
  this.hlsPackage,
  this.id,
  this.manifestName,
  this.mssPackage,
  this.origination,
  this.startoverWindowSeconds,
  this.tags,
  this.timeDelaySeconds,
  this.url,
  this.whitelist,
});