RecommendedScheduledActionsCollection

class oci.database.models.RecommendedScheduledActionsCollection(**kwargs)

Bases: object

A list of scheduled actions. Contains RecommendedScheduledAction items.

Methods

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

Attributes

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

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

Parameters:items (list[oci.database.models.RecommendedScheduledActionSummary]) – The value to assign to the items property of this RecommendedScheduledActionsCollection.
items

[Required] Gets the items of this RecommendedScheduledActionsCollection. List of scheduled actions.

Returns:The items of this RecommendedScheduledActionsCollection.
Return type:list[oci.database.models.RecommendedScheduledActionSummary]