GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse constructor

GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse({
  1. String? content,
  2. List<GoogleCloudIntegrationsV1alphaSerializedFile>? files,
})

Implementation

GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse({
  this.content,
  this.files,
});