TCreateTvcAppBody class

Constructors

TCreateTvcAppBody({String? timestampMs, String? organizationId, required String name, required String quorumPublicKey, String? manifestSetId, v1TvcOperatorSetParams? manifestSetParams, String? shareSetId, v1TvcOperatorSetParams? shareSetParams, bool? externalConnectivity})
const
TCreateTvcAppBody.fromJson(Map<String, dynamic> json)
factory

Properties

externalConnectivity bool?
Enables external connectivity for this TVC app. Default if not provided: false.
final
hashCode int
The hash code for this object.
no setterinherited
manifestSetId String?
Unique identifier for an existing TVC operator set to use as the Manifest Set for this TVC application. If left empty, a new Manifest Set configuration is required
final
manifestSetParams v1TvcOperatorSetParams?
Configuration to create a new TVC operator set, used as the Manifest Set for this TVC application. If left empty, a Manifest Set ID is required
final
name String
The name of the new TVC application
final
organizationId String?
final
quorumPublicKey String
Quorum public key to use for this application
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareSetId String?
Unique identifier for an existing TVC operator set to use as the Share Set for this TVC application. If left empty, a new Share Set configuration is required
final
shareSetParams v1TvcOperatorSetParams?
Configuration to create a new TVC operator set, used as the Share Set for this TVC application. If left empty, a Share Set ID is required
final
timestampMs String?
final

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