PutPipelineDefinitionOutput class

Contains the output of PutPipelineDefinition.

Constructors

PutPipelineDefinitionOutput({required bool errored, List<ValidationError>? validationErrors, List<ValidationWarning>? validationWarnings})
PutPipelineDefinitionOutput.fromJson(Map<String, dynamic> json)
factory

Properties

errored bool
Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationErrors List<ValidationError>?
The validation errors that are associated with the objects defined in pipelineObjects.
final
validationWarnings List<ValidationWarning>?
The validation warnings that are associated with the objects defined in pipelineObjects.
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