91a24e0e-7d19-49f8-b127-c8a1bfa1c853¶
contacts Model Interface¶
Administrative, billing and technical contacts for container (PoP, Room, Rack)
Variables¶
Name | Type | Description | Required | Constant | Default |
---|---|---|---|---|---|
has_contacts | Boolean | Object can hold | true | ||
contact information | |||||
administrative | String | Administrative contacts | |||
including access and passes | |||||
billing | String | Billing contacts, including | |||
agreement negotiations, | |||||
bills and payments | |||||
technical | String | Technical contacts, | |||
including on-site engineering |
Examples¶
{
"contacts": {
"has_contacts": "true"
}
}