ServicesCollection

class oci.announcements_service.models.ServicesCollection(**kwargs)

Bases: object

Collection of all services.

Methods

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

Attributes

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

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

Parameters:items (list[oci.announcements_service.models.ServiceSummary]) – The value to assign to the items property of this ServicesCollection.
items

[Required] Gets the items of this ServicesCollection. List of all services.

Returns:The items of this ServicesCollection.
Return type:list[oci.announcements_service.models.ServiceSummary]