ListJobsOutput class
Contains the Amazon S3 Glacier response to your request.
Constructors
-
ListJobsOutput({List<
GlacierJobDescription> ? jobList, String? marker}) -
ListJobsOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
jobList
→ List<
GlacierJobDescription> ? -
A list of job objects. Each job object contains metadata describing the job.
final
- marker → String?
-
An opaque string used for pagination that specifies the job at which the
listing of jobs should begin. You get the
marker
value from a previous List Jobs response. You only need to include the marker if you are continuing the pagination of the results started in a previous List Jobs request.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