artistIDs property

  1. @JsonKey(name: 'artistIDs')
List<String>? artistIDs
final

An array of the Apple Music persistent ID for each artist performing at the event, in decreasing order of significance. Use this key for any type of event ticket.

Implementation

// [localizable string]
@JsonKey(name: 'artistIDs')
final List<String>? artistIDs;