DownloadIntegrationVersionResponse

Response for versions.download.

JSON representation
{
  "content": string,
  "files": [
    {
      object (SerializedFile)
    }
  ]
}
Fields
content

string

String representation of the requested file.

files[]

object (SerializedFile)

List containing String represendation for multiple file with type.

SerializedFile

To store string representation of Integration file.

JSON representation
{
  "content": string,
  "file": enum (IntegrationFile)
}
Fields
content

string

String representation of the file content.

file

enum (IntegrationFile)

File information like Integration version, Integration Config variables etc.