RunbookVersionCollection¶
-
class
oci.fleet_apps_management.models.
RunbookVersionCollection
(**kwargs)¶ Bases:
object
Results of a RunbookVersion search. Contains RunbookVersionSummary.
Methods
__init__
(**kwargs)Initializes a new RunbookVersionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RunbookVersionCollection. -
__init__
(**kwargs)¶ Initializes a new RunbookVersionCollection 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.RunbookVersionSummary]) – The value to assign to the items property of this RunbookVersionCollection.
-
items
¶ [Required] Gets the items of this RunbookVersionCollection. List of fleetResources.
Returns: The items of this RunbookVersionCollection. Return type: list[oci.fleet_apps_management.models.RunbookVersionSummary]
-