TCreateTvcDeploymentBody constructor

const TCreateTvcDeploymentBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String appId,
  4. required String qosVersion,
  5. required String pivotContainerImageUrl,
  6. required String pivotPath,
  7. required List<String> pivotArgs,
  8. required String expectedPivotDigest,
  9. required String hostContainerImageUrl,
  10. required String hostPath,
  11. required List<String> hostArgs,
  12. num? nonce,
  13. String? pivotContainerEncryptedPullSecret,
  14. String? hostContainerEncryptedPullSecret,
})

Implementation

const TCreateTvcDeploymentBody({
   this.timestampMs,
   this.organizationId,
  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,
   this.pivotContainerEncryptedPullSecret,
   this.hostContainerEncryptedPullSecret,
});