prawn 0.0.1

Rust Client for the Tidal API providing comprehensive API coverag, and easy OAuth management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# UsersAttributes

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**country** | **String** | ISO 3166-1 alpha-2 country code | 
**email** | Option<**String**> | email address | [optional]
**email_verified** | Option<**bool**> | Is the email verified | [optional]
**first_name** | Option<**String**> | Users first name | [optional]
**last_name** | Option<**String**> | Users last name | [optional]
**nostr_public_key** | Option<**String**> | Users nostr public key | [optional]
**username** | **String** | user name | 

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