RunbookExportDependencyCollection

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

Bases: object

Results of a find runbook export dependency. Contains RunbookExportDependencySummary.

Methods

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

Attributes

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

Initializes a new RunbookExportDependencyCollection 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.RunbookTransferDependencySummary]) – The value to assign to the items property of this RunbookExportDependencyCollection.
items

[Required] Gets the items of this RunbookExportDependencyCollection. List of Runbook Export Dependencies.

Returns:The items of this RunbookExportDependencyCollection.
Return type:list[oci.fleet_apps_management.models.RunbookTransferDependencySummary]