Contains the Amazon Glacier response to your request.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListJobsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListJobsResult()()()() | Initializes a new instance of the ListJobsResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | JobList | 
            A list of job objects. Each job object contains metadata describing the job.
             
             | 
|  | Marker | 
            An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more
            jobs in the list. If there are no more jobs, this value is null.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithJobList(array<GlacierJobDescription>[]()[][]) | Obsolete. 
            Adds elements to the JobList collection
             | 
|  | WithJobList(IEnumerable<(Of <<'(GlacierJobDescription>)>>)) | Obsolete. 
            Adds elements to the JobList collection
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListJobsResult |