RunbookImportDependencyCollection¶
-
class
oci.fleet_apps_management.models.RunbookImportDependencyCollection(**kwargs)¶ Bases:
objectResults of a find runbook import dependency. Contains RunbookTransferDependencySummary.
Methods
__init__(**kwargs)Initializes a new RunbookImportDependencyCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this RunbookImportDependencyCollection. -
__init__(**kwargs)¶ Initializes a new RunbookImportDependencyCollection 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 RunbookImportDependencyCollection.
-
items¶ [Required] Gets the items of this RunbookImportDependencyCollection. List of Runbook Import Dependencies.
Returns: The items of this RunbookImportDependencyCollection. Return type: list[oci.fleet_apps_management.models.RunbookTransferDependencySummary]
-