ScheduleCollection¶
-
class
oci.usage_api.models.
ScheduleCollection
(**kwargs)¶ Bases:
object
A schedule collection.
Methods
__init__
(**kwargs)Initializes a new ScheduleCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ScheduleCollection. -
__init__
(**kwargs)¶ Initializes a new ScheduleCollection 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.ScheduleSummary]) – The value to assign to the items property of this ScheduleCollection.
-
items
¶ [Required] Gets the items of this ScheduleCollection. Schedule summary list.
Returns: The items of this ScheduleCollection. Return type: list[oci.usage_api.models.ScheduleSummary]
-