CreateOriginEndpointResponse constructor
CreateOriginEndpointResponse({
- String? arn,
- Authorization? authorization,
- String? channelId,
- CmafPackage? cmafPackage,
- DashPackage? dashPackage,
- String? description,
- HlsPackage? hlsPackage,
- String? id,
- String? manifestName,
- MssPackage? mssPackage,
- Origination? origination,
- int? startoverWindowSeconds,
- Map<
String, String> ? tags, - int? timeDelaySeconds,
- String? url,
- List<
String> ? whitelist,
Implementation
CreateOriginEndpointResponse({
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,
});