Class JobCollection
Results of a jobs listing. Jobs are scheduled instances of a job definition.
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class JobCollection
Properties
Count
Declaration
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
Type | Description |
---|---|
int? | Total number of items returned. |
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<JobSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<JobSummary> | Collection of jobs. |
Remarks
Required