The  CopyC# structure.
CopyC# structure.
            
 CopyC#
CopyC#ListJobsByStatusResponse
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListJobsByStatusResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListJobsByStatusResult()()()() | Initializes a new instance of the ListJobsByStatusResult 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.) | 
|  | Jobs | 
            Gets and sets the property Jobs. 
             
            An array of  | 
|  | NextPageToken | 
            Gets and sets the property NextPageToken. 
             
             A value that you use to access the second and subsequent pages of results, if any.
            When            the jobs in the specified pipeline fit on one page or when you've
            reached the last page            of results, the value of  | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithJobs(array<Job>[]()[][]) | Obsolete. 
            Sets the Jobs property
             | 
|  | WithJobs(IEnumerable<(Of <<'(Job>)>>)) | Obsolete. 
            Sets the Jobs property
             | 
|  | WithNextPageToken(String) | Obsolete. 
            Sets the NextPageToken property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListJobsByStatusResult |