prawn 0.1.0

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
# ArtistsAttributes

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**contributions_enabled** | Option<**bool**> | Is the artist enabled for contributions? | [optional]
**contributions_sales_pitch** | Option<**String**> | Contributions sales pitch | [optional]
**external_links** | Option<[**Vec<models::ExternalLink>**]External_Link.md> | Artist links external to TIDAL API | [optional]
**handle** | Option<**String**> | Artist handle | [optional]
**name** | **String** | Artist name | 
**popularity** | **f64** | Artist popularity (0.0 - 1.0) | 
**spotlighted** | Option<**bool**> | Is the artist spotlighted? | [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)