RunbookCollection¶
-
class
oci.fleet_apps_management.models.
RunbookCollection
(**kwargs)¶ Bases:
object
Results of a runbook search. Contains RunbookSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new RunbookCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RunbookCollection. -
__init__
(**kwargs)¶ Initializes a new RunbookCollection 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.RunbookSummary]) – The value to assign to the items property of this RunbookCollection.
-
items
¶ [Required] Gets the items of this RunbookCollection. List of runbooks.
Returns: The items of this RunbookCollection. Return type: list[oci.fleet_apps_management.models.RunbookSummary]
-