LinkFeaturesCollection¶
-
class
oci.tenant_manager_control_plane.models.LinkFeaturesCollection(**kwargs)¶ Bases:
objectResult of a query request for a list of link features. Contains LinkFeature items.
Methods
__init__(**kwargs)Initializes a new LinkFeaturesCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this LinkFeaturesCollection. -
__init__(**kwargs)¶ Initializes a new LinkFeaturesCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.tenant_manager_control_plane.models.LinkFeatureSummary]) – The value to assign to the items property of this LinkFeaturesCollection.
-
items¶ [Required] Gets the items of this LinkFeaturesCollection. Array containing LinkFeature items.
Returns: The items of this LinkFeaturesCollection. Return type: list[oci.tenant_manager_control_plane.models.LinkFeatureSummary]
-