TargetPropertyCollection¶
-
class
oci.fleet_apps_management.models.TargetPropertyCollection(**kwargs)¶ Bases:
objectResults of an target property search.
Methods
__init__(**kwargs)Initializes a new TargetPropertyCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this TargetPropertyCollection. -
__init__(**kwargs)¶ Initializes a new TargetPropertyCollection 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.TargetPropertySummary]) – The value to assign to the items property of this TargetPropertyCollection.
-
items¶ [Required] Gets the items of this TargetPropertyCollection. List of target properties.
Returns: The items of this TargetPropertyCollection. Return type: list[oci.fleet_apps_management.models.TargetPropertySummary]
-