Class TaskScheduleCollection
Results of a task schedule search that contain task schedule records.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class TaskScheduleCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<TaskScheduleSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<TaskScheduleSummary> | A list of task schedules. |
Remarks
Required