TypeCollection

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

Bases: object

Results of a types listing. Types define the basic type of catalog objects and are immutable.

Methods

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

Attributes

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

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

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

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

[Required] Gets the items of this TypeCollection. Collection of types.

Returns:The items of this TypeCollection.
Return type:list[oci.data_catalog.models.TypeSummary]