GlossaryCollection

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

Bases: object

Results of a glossaries listing. Glossary is an organizing concept for business terms to provide a unified semantic model across disparate data assets.

Methods

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

Attributes

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

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

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

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

[Required] Gets the items of this GlossaryCollection. Collection of glossaries.

Returns:The items of this GlossaryCollection.
Return type:list[oci.data_catalog.models.GlossarySummary]