PlatformConfigurationCollection

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

Bases: object

Results of a platform configuration search.

Methods

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

Attributes

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

Initializes a new PlatformConfigurationCollection 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.PlatformConfigurationSummary]) – The value to assign to the items property of this PlatformConfigurationCollection.
items

[Required] Gets the items of this PlatformConfigurationCollection. List of configurations

Returns:The items of this PlatformConfigurationCollection.
Return type:list[oci.fleet_apps_management.models.PlatformConfigurationSummary]