DescribePackagingConfigurationResponse class

Constructors

DescribePackagingConfigurationResponse({String? arn, CmafPackage? cmafPackage, DashPackage? dashPackage, HlsPackage? hlsPackage, String? id, MssPackage? mssPackage, String? packagingGroupId, Map<String, String>? tags})
DescribePackagingConfigurationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the PackagingConfiguration.
final
cmafPackage CmafPackage?
final
dashPackage DashPackage?
final
hashCode int
The hash code for this object.
no setterinherited
hlsPackage HlsPackage?
final
id String?
The ID of the PackagingConfiguration.
final
mssPackage MssPackage?
final
packagingGroupId String?
The ID of a PackagingGroup.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited