package data_types type SoftLayer_Account_Status struct { Id int `json:"id"` Name string `json:"name"` }