DescribeObjectsOutput class

Contains the output of DescribeObjects.

Constructors

DescribeObjectsOutput({required List<PipelineObject> pipelineObjects, bool? hasMoreResults, String? marker})
DescribeObjectsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hasMoreResults bool?
Indicates whether there are more results to return.
final
marker String?
The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.
final
pipelineObjects List<PipelineObject>
An array of object definitions.
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