v1CreateTvcAppResult class
Constructors
-
v1CreateTvcAppResult({required String appId, required String manifestSetId, required List<
String> manifestSetOperatorIds, required num manifestSetThreshold}) -
const
-
v1CreateTvcAppResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appId → String
-
The unique identifier for the TVC application
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- manifestSetId → String
-
The unique identifier for the TVC manifest set
final
-
manifestSetOperatorIds
→ List<
String> -
The unique identifier(s) of the manifest set operators
final
- manifestSetThreshold → num
-
The required number of approvals for the manifest set
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited