RunbookExportStatusCollection

class oci.fleet_apps_management.models.RunbookExportStatusCollection(**kwargs)

Bases: object

Results of a runbook search. Contains RunbookExportStatusSummary items and other information.

Methods

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

Attributes

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

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

Parameters:items (list[oci.fleet_apps_management.models.RunbookExportStatusSummary]) – The value to assign to the items property of this RunbookExportStatusCollection.
items

[Required] Gets the items of this RunbookExportStatusCollection. List of Runbook export status.

Returns:The items of this RunbookExportStatusCollection.
Return type:list[oci.fleet_apps_management.models.RunbookExportStatusSummary]