FolderTagCollection¶
-
class
oci.data_catalog.models.FolderTagCollection(**kwargs)¶ Bases:
objectResults of a folders tag listing. Folder tags allow association of folder objects to business terms.
Methods
__init__(**kwargs)Initializes a new FolderTagCollection object with values from keyword arguments. Attributes
countGets the count of this FolderTagCollection. items[Required] Gets the items of this FolderTagCollection. -
__init__(**kwargs)¶ Initializes a new FolderTagCollection 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 FolderTagCollection.
- items (list[oci.data_catalog.models.FolderTagSummary]) – The value to assign to the items property of this FolderTagCollection.
-
count¶ Gets the count of this FolderTagCollection. Total number of items returned.
Returns: The count of this FolderTagCollection. Return type: int
-
items¶ [Required] Gets the items of this FolderTagCollection. Collection of folder tags.
Returns: The items of this FolderTagCollection. Return type: list[oci.data_catalog.models.FolderTagSummary]
-