TCreateTvcAppBody constructor

const TCreateTvcAppBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String name,
  4. required String quorumPublicKey,
  5. String? manifestSetId,
  6. v1TvcOperatorSetParams? manifestSetParams,
  7. String? shareSetId,
  8. v1TvcOperatorSetParams? shareSetParams,
  9. bool? externalConnectivity,
})

Implementation

const TCreateTvcAppBody({
   this.timestampMs,
   this.organizationId,
  required  this.name,
  required  this.quorumPublicKey,
   this.manifestSetId,
   this.manifestSetParams,
   this.shareSetId,
   this.shareSetParams,
   this.externalConnectivity,
});