Spotify Web API v0.1.0 Spotify.Copyright View Source

An object containing copyright statements.

KeyValue Description
textThe copyright text for this album.
typeThe type of copyright: C = the copyright, P = the sound recording (performance) copyright.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Copyright{text: String.t(), type: String.t()}