AttributeTagCollection

class oci.data_catalog.models.AttributeTagCollection(**kwargs)

Bases: object

Results of an attribute tags listing. Attribnute tags allow association of business terms with attributes.

Methods

__init__(**kwargs) Initializes a new AttributeTagCollection object with values from keyword arguments.

Attributes

count Gets the count of this AttributeTagCollection.
items [Required] Gets the items of this AttributeTagCollection.
__init__(**kwargs)

Initializes a new AttributeTagCollection 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 AttributeTagCollection.
  • items (list[oci.data_catalog.models.AttributeTagSummary]) – The value to assign to the items property of this AttributeTagCollection.
count

Gets the count of this AttributeTagCollection. Total number of items returned.

Returns:The count of this AttributeTagCollection.
Return type:int
items

[Required] Gets the items of this AttributeTagCollection. Collection of attribute tags.

Returns:The items of this AttributeTagCollection.
Return type:list[oci.data_catalog.models.AttributeTagSummary]