v1TvcApp class
Constructors
- v1TvcApp({required String id, required String organizationId, required String name, required String quorumPublicKey, required String manifestSetId, required bool externalConnectivity, required externaldatav1Timestamp createdAt, required externaldatav1Timestamp updatedAt})
-
const
-
v1TvcApp.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → externaldatav1Timestamp
-
final
- externalConnectivity → bool
-
Whether or not this TVC App has external connectivity enabled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Unique Identifier for this TVC App.
final
- manifestSetId → String
-
Unique Identifier of the Manifest Set (people who can approve manifests)
final
- name → String
-
Name for this TVC App.
final
- organizationId → String
-
Unique Identifier of the Organization for this TVC App
final
- quorumPublicKey → String
-
Public key for the Quorum Key associated with this TVC App
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Unique Identifier of the Share Set (people who have a share of the Quorum Key)
final
- updatedAt → externaldatav1Timestamp
-
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