ScheduledActionCollection¶
-
class
oci.database.models.
ScheduledActionCollection
(**kwargs)¶ Bases:
object
Results of Scheduled Action resources lists. Contains ScheduledActionSummary items.
Methods
__init__
(**kwargs)Initializes a new ScheduledActionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ScheduledActionCollection. -
__init__
(**kwargs)¶ Initializes a new ScheduledActionCollection 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.ScheduledActionSummary]) – The value to assign to the items property of this ScheduledActionCollection.
-
items
¶ [Required] Gets the items of this ScheduledActionCollection. List of Scheduled Action resources.
Returns: The items of this ScheduledActionCollection. Return type: list[oci.database.models.ScheduledActionSummary]
-