GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest constructor

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

Implementation

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