DescribeObjectsOutput constructor
DescribeObjectsOutput({
- required List<
PipelineObject> pipelineObjects, - bool? hasMoreResults,
- String? marker,
Implementation
DescribeObjectsOutput({
required this.pipelineObjects,
this.hasMoreResults,
this.marker,
});