GoogleCloudIntegrationsV1alphaUploadTestCaseRequest constructor

GoogleCloudIntegrationsV1alphaUploadTestCaseRequest({
  1. String? content,
  2. String? fileFormat,
})

Implementation

GoogleCloudIntegrationsV1alphaUploadTestCaseRequest({
  this.content,
  this.fileFormat,
});