# PortfolioRequest
## 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]
**members** | Option<**Vec<String>**> | An array of strings identifying users. These can either be the string \"me\", an email, or the gid of a user. | [optional]
**workspace** | Option<**String**> | Gid of an object. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)