AssetList
linuxExe object
linux exe asset that can be downloaded
createdstringnullable
Date the asset was created. The bin should never be updated so confirm when downloaded the lastupdated is this
checksumstringnullable
crc32 checksum
storageUrlstringnullable
gsutil uri
signedUrlstringnullable
signed url that will be generated after pulling from db
windowsExe object
windows exe asset that can be downloaded
createdstringnullable
Date the asset was created. The bin should never be updated so confirm when downloaded the lastupdated is this
checksumstringnullable
crc32 checksum
storageUrlstringnullable
gsutil uri
signedUrlstringnullable
signed url that will be generated after pulling from db
windowsMsi object
windows msi asset that can be downloaded
createdstringnullable
Date the asset was created. The bin should never be updated so confirm when downloaded the lastupdated is this
checksumstringnullable
crc32 checksum
storageUrlstringnullable
gsutil uri
signedUrlstringnullable
signed url that will be generated after pulling from db
AssetList
{
"linuxExe": {
"created": "string",
"checksum": "string",
"storageUrl": "string",
"signedUrl": "string"
},
"windowsExe": {
"created": "string",
"checksum": "string",
"storageUrl": "string",
"signedUrl": "string"
},
"windowsMsi": {
"created": "string",
"checksum": "string",
"storageUrl": "string",
"signedUrl": "string"
}
}