DataAssetTagCollection¶
-
class
oci.data_catalog.models.
DataAssetTagCollection
(**kwargs)¶ Bases:
object
Results of a data asset tag listing. Data asset tags represent an association of a data asset to a term.
Methods
__init__
(**kwargs)Initializes a new DataAssetTagCollection object with values from keyword arguments. Attributes
count
Gets the count of this DataAssetTagCollection. items
[Required] Gets the items of this DataAssetTagCollection. -
__init__
(**kwargs)¶ Initializes a new DataAssetTagCollection 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 DataAssetTagCollection.
- items (list[oci.data_catalog.models.DataAssetTagSummary]) – The value to assign to the items property of this DataAssetTagCollection.
-
count
¶ Gets the count of this DataAssetTagCollection. Total number of items returned.
Returns: The count of this DataAssetTagCollection. Return type: int
-
items
¶ [Required] Gets the items of this DataAssetTagCollection. Collection of data asset tags.
Returns: The items of this DataAssetTagCollection. Return type: list[oci.data_catalog.models.DataAssetTagSummary]
-