GetPipelineOutput class
Represents the output of a GetPipeline
action.
Constructors
- GetPipelineOutput({PipelineMetadata? metadata, PipelineDeclaration? pipeline})
-
GetPipelineOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata → PipelineMetadata?
-
Represents the pipeline metadata information returned as part of the output
of a
GetPipeline
action.final - pipeline → PipelineDeclaration?
-
Represents the structure of actions and stages to be performed in the
pipeline.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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