# SectionResponse
## Properties
**gid** | Option<**String**> | Globally unique identifier of the resource, as a string. | [optional][readonly]
**resource_type** | Option<**String**> | The base type of this resource. | [optional][readonly]
**name** | Option<**String**> | The name of the section (i.e. the text displayed as the section header). | [optional]
**created_at** | Option<**String**> | The time at which this resource was created. | [optional][readonly]
**project** | Option<[**crate::models::ProjectCompact**](ProjectCompact.md)> | | [optional]
**projects** | Option<[**Vec<crate::models::ProjectCompact>**](ProjectCompact.md)> | *Deprecated - please use project instead* | [optional][readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)