ScheduledActivityCollection

class oci.fusion_apps.models.ScheduledActivityCollection(**kwargs)

Bases: object

Results of a scheduled activity search.

Methods

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

Attributes

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

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

Parameters:items (list[oci.fusion_apps.models.ScheduledActivitySummary]) – The value to assign to the items property of this ScheduledActivityCollection.
items

[Required] Gets the items of this ScheduledActivityCollection. A page of scheduled activity objects.

Returns:The items of this ScheduledActivityCollection.
Return type:list[oci.fusion_apps.models.ScheduledActivitySummary]