TermRelationshipCollection¶
-
class
oci.data_catalog.models.
TermRelationshipCollection
(**kwargs)¶ Bases:
object
Results of a terms relationship listing. Term relationships are associations between two terms in business glossary.
Methods
__init__
(**kwargs)Initializes a new TermRelationshipCollection object with values from keyword arguments. Attributes
count
Gets the count of this TermRelationshipCollection. items
[Required] Gets the items of this TermRelationshipCollection. -
__init__
(**kwargs)¶ Initializes a new TermRelationshipCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - count (int) – The value to assign to the count property of this TermRelationshipCollection.
- items (list[oci.data_catalog.models.TermRelationshipSummary]) – The value to assign to the items property of this TermRelationshipCollection.
-
count
¶ Gets the count of this TermRelationshipCollection. Total number of items returned.
Returns: The count of this TermRelationshipCollection. Return type: int
-
items
¶ [Required] Gets the items of this TermRelationshipCollection. Collection of term relationships.
Returns: The items of this TermRelationshipCollection. Return type: list[oci.data_catalog.models.TermRelationshipSummary]
-