DescribeObjectsOutput constructor

DescribeObjectsOutput({
  1. required List<PipelineObject> pipelineObjects,
  2. bool? hasMoreResults,
  3. String? marker,
})

Implementation

DescribeObjectsOutput({
  required this.pipelineObjects,
  this.hasMoreResults,
  this.marker,
});