ProductReleaseComponent

ProductReleaseComponent
ProductReleaseComponent

Product Release Component

JSON Example
{
    "name": "string",
    "sku": "string",
    "publicName": "string",
    "automatedInstall": false,
    "versions": [
        {
            "productVersion": "string",
            "date": "string",
            "artifacts": {
                "bundles": [
                    {
                        "id": "string",
                        "type": "string",
                        "name": "string",
                        "size": 0
                    }
                ]
            }
        }
    ]
}
string
name
Required   Read-Only  
Constraints: minLength: 1

Product name

string
sku
Required   Read-Only  
Constraints: minLength: 1

SKU of the install/patch bundle

string
publicName
Required   Read-Only  

Product public name

boolean
automatedInstall
Required   Read-Only  

automated Install

array of CustomPatch
versions
Read-Only  

Product version details