Project Model
- Name
- uuid
- Type
- string
- Description
- Project unique identifier. 
 
- Name
- name
- Type
- string
- Description
- Human-readable name for the project. 
 
- Name
- team
- Type
- object
- Description
- Information about the teams associated with this project. 
 
- Name
- color
- Type
- string
- Description
- A color hex code for the project. 
 
- Name
- budget
- Type
- decimal
- Description
- Planned spend amount for the project in US$. 
 
- Name
- owner_uuid
- Type
- string
- Description
- The unique identifier of the project owner. 
 
- Name
- is_default
- Type
- boolean
- Description
- If true, all resources will be added to this project if no project is specified. 
 
- Name
- created_at
- Type
- string
- Description
- The date and time in ISO 8601 formats of when the project was created. 
 
- Name
- updated_at
- Type
- string
- Description
- The date and time in ISO 8601 formats of when the project was updated. 
 
- Name
- description
- Type
- string
- Description
- The project description, maximum length for this attribute is 255 character. 
 
- Name
- environment
- Type
- string
- Description
- The environment of the project's resources. 
 
- Name
- stacklets_count
- Type
- integer
- Description
- Number of stacklets created in this project.