appwrite_openapi 1.0.0

AUTO-GENERATED client for Appwrite. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Team

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dollar_id** | **String** | Team ID. | 
**dollar_created_at** | **String** | Team creation date in ISO 8601 format. | 
**dollar_updated_at** | **String** | Team update date in ISO 8601 format. | 
**name** | **String** | Team name. | 
**total** | **i32** | Total number of team members. | 
**prefs** | [**serde_json::Value**].md | Team preferences as a key-value object | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)