OnboardingCollection

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

Bases: object

List of FleetAppManagementService Onboardings.

Methods

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

Attributes

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

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

[Required] Gets the items of this OnboardingCollection. List of FleetAppManagementService Onboardings.

Returns:The items of this OnboardingCollection.
Return type:list[oci.fleet_apps_management.models.OnboardingSummary]