UpdatePipelineResponse class

When you update a pipeline, Elastic Transcoder returns the values that you specified in the request.

Constructors

UpdatePipelineResponse({Pipeline? pipeline, List<Warning>? warnings})
UpdatePipelineResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pipeline Pipeline?
The pipeline updated by this UpdatePipelineResponse call.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warnings List<Warning>?
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
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