GetProfilesResponse class
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.
- Annotations
-
- @JsonSerializable()
Constructors
-
GetProfilesResponse(List<
Profile> profiles) -
GetProfilesResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited