MediaProfile class
Lists all profiles that exist in the media service. The response provides the requested types of Configurations as far as available. If a profile doesn't contain a type no error shall be provided.
- Annotations
-
- @JsonSerializable()
Constructors
- MediaProfile({required String token, required bool? fixed, required String name, ConfigurationSet? configurations})
-
MediaProfile.fromJson(Map<
String, dynamic> json) -
factory
Properties
- configurations → ConfigurationSet?
-
final
- fixed → bool?
-
A value of true signals that the profile cannot be deleted. Default is
false.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
User readable name of the profile.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
Unique identifier of the profile.
final
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