AgentDependencyCollection

class oci.cloud_bridge.models.AgentDependencyCollection(**kwargs)

Bases: object

Results of an AgentDependency list. Contains both AgentDependency items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.cloud_bridge.models.AgentDependencySummary]) – The value to assign to the items property of this AgentDependencyCollection.
items

[Required] Gets the items of this AgentDependencyCollection. List of EnvironmentDependencies.

Returns:The items of this AgentDependencyCollection.
Return type:list[oci.cloud_bridge.models.AgentDependencySummary]