ServiceEnvironmentCollection

class oci.service_manager_proxy.models.ServiceEnvironmentCollection(**kwargs)

Bases: object

Collection of service environments.

Note: Service URL formats may vary from the provided example.

Methods

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

Attributes

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

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

Parameters:items (list[oci.service_manager_proxy.models.ServiceEnvironmentSummary]) – The value to assign to the items property of this ServiceEnvironmentCollection.
items

[Required] Gets the items of this ServiceEnvironmentCollection. Collection of items.

Returns:The items of this ServiceEnvironmentCollection.
Return type:list[oci.service_manager_proxy.models.ServiceEnvironmentSummary]