DiscogsSearchResultsEntryFormat Object
Description
Format information for a Discogs search result entry.
Declaration
type DiscogsSearchResultsEntryFormat {
qty: String
descriptions: [String]
name: String
text: String
}
Fields
| Name | Type | Description |
|---|---|---|
qty | String | Quantity of the format. |
descriptions | [String] | List of format descriptions. |
name | String | Name of the format. |
text | String | Additional text description of the format. |