asana 0.1.1

asana bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# UserResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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**> | *Read-only except when same user as requester*. The user’s name. | [optional]
**email** | Option<**String**> | The user's email address. | [optional][readonly]
**photo** | Option<[**crate::models::UserResponseAllOfPhoto**]UserResponse_allOf_photo.md> |  | [optional]
**workspaces** | Option<[**Vec<crate::models::WorkspaceCompact>**]WorkspaceCompact.md> | Workspaces and organizations this user may access. Note\\: The API will only return workspaces and organizations that also contain the authenticated user. | [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)