TileInfo

TileInfo
TileInfo

Contains information about a Tile.

JSON Example
{
    "displayName": "Kubernetes",
    "inputProperties": {
        "cloudProxyId": {
            "type": "String",
            "description": "",
            "mandatory": false
        },
        "fingerprint": {
            "type": "String",
            "description": "",
            "mandatory": false
        }
    },
    "outputProperties": {
        "isFailed": {
            "type": "String",
            "description": "",
            "mandatory": false
        },
        "buildUrlId": {
            "type": "String",
            "description": "",
            "mandatory": false
        }
    },
    "tileId": "k8s"
}
string
displayName
Optional

Tile name.

object
inputProperties
Optional

Task input properties.

object
outputProperties
Optional

Task output properties.

string
tileId
Optional

Unique Id associated with the tile.

Property Of