PipelineSummary class
Returns a summary of a pipeline.
Constructors
- PipelineSummary({DateTime? created, String? name, DateTime? updated, int? version})
- 
          PipelineSummary.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- created → DateTime?
- 
  The date and time the pipeline was created, in timestamp format.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name → String?
- 
  The name of the pipeline.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- updated → DateTime?
- 
  The date and time of the last update to the pipeline, in timestamp format.
  final
- version → int?
- 
  The version number of 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