# PortfolioResponse
## 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 portfolio. | [optional]
**color** | Option<**String**> | Color of the portfolio. | [optional]
**created_at** | Option<**String**> | The time at which this resource was created. | [optional][readonly]
**created_by** | Option<[**crate::models::UserCompact**](UserCompact.md)> | | [optional]
**custom_field_settings** | Option<[**Vec<crate::models::CustomFieldSettingResponse>**](CustomFieldSettingResponse.md)> | Array of custom field settings applied to the portfolio. | [optional]
**due_on** | Option<**String**> | The localized day on which this portfolio is due. This takes a date with format YYYY-MM-DD. | [optional]
**members** | Option<[**Vec<crate::models::UserCompact>**](UserCompact.md)> | | [optional][readonly]
**owner** | Option<[**crate::models::UserCompact**](UserCompact.md)> | | [optional]
**start_on** | Option<[**String**](string.md)> | The day on which work for this portfolio begins, or null if the portfolio has no start date. This takes a date with `YYYY-MM-DD` format. *Note: `due_on` must be present in the request when setting or unsetting the `start_on` parameter. Additionally, start_on and due_on cannot be the same date.* | [optional]
**workspace** | Option<[**crate::models::WorkspaceCompact**](WorkspaceCompact.md)> | | [optional]
**permalink_url** | Option<**String**> | A url that points directly to the object within Asana. | [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)