PsaServiceCollection

class oci.psa.models.PsaServiceCollection(**kwargs)

Bases: object

Results of a psaServices search. Contains PsaServiceSummary items.

Methods

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

Attributes

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

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

Parameters:items (list[oci.psa.models.PsaServiceSummary]) – The value to assign to the items property of this PsaServiceCollection.
items

[Required] Gets the items of this PsaServiceCollection. List of PsaServiceSummary.

Returns:The items of this PsaServiceCollection.
Return type:list[oci.psa.models.PsaServiceSummary]