TermCollection

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

Bases: object

Results of a terms listing. Terms are defined in business glossary and are used in tagging catalog objects.

Methods

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

Attributes

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

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

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

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

[Required] Gets the items of this TermCollection. Collection of terms.

Returns:The items of this TermCollection.
Return type:list[oci.data_catalog.models.TermSummary]