ScheduledRunCollection

class oci.usage_api.models.ScheduledRunCollection(**kwargs)

Bases: object

The schedule past run list.

Methods

__init__(**kwargs) Initializes a new ScheduledRunCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this ScheduledRunCollection.
__init__(**kwargs)

Initializes a new ScheduledRunCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.usage_api.models.ScheduledRunSummary]) – The value to assign to the items property of this ScheduledRunCollection.
items

[Required] Gets the items of this ScheduledRunCollection. The schedule past run list.

Returns:The items of this ScheduledRunCollection.
Return type:list[oci.usage_api.models.ScheduledRunSummary]