EntityTagCollection¶
-
class
oci.data_catalog.models.
EntityTagCollection
(**kwargs)¶ Bases:
object
Results of an entity tags listing. Entity tags allow assciation of business terms with entities.
Methods
__init__
(**kwargs)Initializes a new EntityTagCollection object with values from keyword arguments. Attributes
count
Gets the count of this EntityTagCollection. items
[Required] Gets the items of this EntityTagCollection. -
__init__
(**kwargs)¶ Initializes a new EntityTagCollection 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 EntityTagCollection.
- items (list[oci.data_catalog.models.EntityTagSummary]) – The value to assign to the items property of this EntityTagCollection.
-
count
¶ Gets the count of this EntityTagCollection. Total number of items returned.
Returns: The count of this EntityTagCollection. Return type: int
-
items
¶ [Required] Gets the items of this EntityTagCollection. Collection of entity tags.
Returns: The items of this EntityTagCollection. Return type: list[oci.data_catalog.models.EntityTagSummary]
-