DeployEnvironmentCollection

class oci.devops.models.DeployEnvironmentCollection(**kwargs)

Bases: object

Results of a deployment environment search.

Methods

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

Attributes

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

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

Parameters:items (list[oci.devops.models.DeployEnvironmentSummary]) – The value to assign to the items property of this DeployEnvironmentCollection.
items

[Required] Gets the items of this DeployEnvironmentCollection. Deployment environment summary items found for the search.

Returns:The items of this DeployEnvironmentCollection.
Return type:list[oci.devops.models.DeployEnvironmentSummary]