ServicePlanDefinition
ServicePlanDefinition
JSON Example
{
"guid": "string",
"definition": {
"plan_id": "string",
"name": "string",
"description": "string",
"properties": {},
"metadata": {},
"created_at": "string",
"resource_version": "string"
},
"relationships": {
"service_plan": {
"data": {
"guid": "string"
}
}
},
"links": {
"self": {
"href": "string",
"method": "string"
},
"service_plan": {
"href": "string",
"method": "string"
}
}
}
string As uuid
As uuid
guid
Optional
Unique identifier for the service plan
object
definition
Optional
The plan definition configuration. Null if the plan has no definition.
object
relationships
Optional
relationships
object
links
Optional
links
Property Of