mediaName
The name of the media to search for.
Declaration
var mediaName: String? { get }Discussion
Use this property in conjunction with other properties to narrow down a user’s search. For example, “Play the album requestedAlbumName”.
{
mediaName: requestedAlbumName
mediaType: album
}