v1CreateTvcAppIntent constructor

const v1CreateTvcAppIntent({
  1. required String name,
  2. required String quorumPublicKey,
  3. String? manifestSetId,
  4. v1TvcOperatorSetParams? manifestSetParams,
  5. String? shareSetId,
  6. v1TvcOperatorSetParams? shareSetParams,
  7. bool? enableEgress,
})

Implementation

const v1CreateTvcAppIntent({
  required this.name,
  required this.quorumPublicKey,
  this.manifestSetId,
  this.manifestSetParams,
  this.shareSetId,
  this.shareSetParams,
  this.enableEgress,
});