Buildpack

Buildpack
Buildpack

A buildpack represents a set of scripts used to prepare an application for launch.

AllOf
This class requires all of the following:
JSON Example
{
    "guid": "string",
    "created_at": "string",
    "updated_at": "string",
    "name": "string",
    "state": "string",
    "stack": "string",
    "lifecycle": "string",
    "position": 0,
    "enabled": false,
    "locked": false,
    "filename": "string",
    "metadata": {
        "labels": {
            "labels": "string"
        },
        "annotations": {
            "annotations": "string"
        }
    },
    "links": {
        "self": {
            "href": "string",
            "method": "string"
        },
        "upload": {
            "href": "string",
            "method": "string"
        }
    }
}