LinkCollection¶
-
class
oci.tenant_manager_control_plane.models.
LinkCollection
(**kwargs)¶ Bases:
object
Result of a query request for a list of links. Contains Link items.
Methods
__init__
(**kwargs)Initializes a new LinkCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this LinkCollection. -
__init__
(**kwargs)¶ Initializes a new LinkCollection 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.LinkSummary]) – The value to assign to the items property of this LinkCollection.
-
items
¶ [Required] Gets the items of this LinkCollection. Array containing LinkSummary items.
Returns: The items of this LinkCollection. Return type: list[oci.tenant_manager_control_plane.models.LinkSummary]
-