v1CreateTvcDeploymentIntent constructor

const v1CreateTvcDeploymentIntent({
  1. required String appId,
  2. required String qosVersion,
  3. required String pivotContainerImageUrl,
  4. required String pivotPath,
  5. required List<String> pivotArgs,
  6. required String expectedPivotDigest,
  7. required String hostContainerImageUrl,
  8. required String hostPath,
  9. required List<String> hostArgs,
  10. num? nonce,
})

Implementation

const v1CreateTvcDeploymentIntent({
  required  this.appId,
  required  this.qosVersion,
  required  this.pivotContainerImageUrl,
  required  this.pivotPath,
  required  this.pivotArgs,
  required  this.expectedPivotDigest,
  required  this.hostContainerImageUrl,
  required  this.hostPath,
  required  this.hostArgs,
   this.nonce,
});