PropertyCollection

class oci.fleet_apps_management.models.PropertyCollection(**kwargs)

Bases: object

Results of a property search. Contains boh PropertySummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.fleet_apps_management.models.PropertySummary]) – The value to assign to the items property of this PropertyCollection.
items

[Required] Gets the items of this PropertyCollection. List of propertys.

Returns:The items of this PropertyCollection.
Return type:list[oci.fleet_apps_management.models.PropertySummary]