CreatePresetResponse class

The CreatePresetResponse structure.

Constructors

CreatePresetResponse({Preset? preset, String? warning})
CreatePresetResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
preset Preset?
A section of the response body that provides information about the preset that is created.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warning String?
If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited