profilesResponse property

  1. @JsonKey(name: 'GetProfilesResponse')
GetProfilesResponse? profilesResponse
final

Any endpoint can ask for the existing media profiles of a device using the Media.getProfiles command. Pre-configured or dynamically configured profiles can be retrieved using this command. This command lists all configured profiles in a device. The client does not need to know the media profile in order to use the command.

Implementation

@JsonKey(name: 'GetProfilesResponse')
final GetProfilesResponse? profilesResponse;