snapshotId property

  1. @JsonKey(name: 'snapshot_id')
String? snapshotId
getter/setter pair

The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version

Implementation

@JsonKey(name: 'snapshot_id')
String? snapshotId;