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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**artist_id** | **String** | The artist id which is being claimed | 
**external_links** | Option<[**Vec<models::ExternalLink>**]External_Link.md> | Artist claim links external to TIDAL API | [optional]
**provider** | **String** | The DSP used for authentication | 
**recommendation** | Option<**String**> | The recommended claim resolution | [optional]
**retrieved_upcs** | Option<[**Vec<models::BarcodeId>**]BarcodeId.md> | List of UPCs retrieved from the DSP | [optional]
**status** | **String** | Current status of this claim | 

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