CustomPropertyCollection

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

Bases: object

Results of a custom properties listing. A custom property is an user defined attribute tied to the first class object of data catalog

Methods

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

Attributes

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

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

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

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

[Required] Gets the items of this CustomPropertyCollection. Collection of custom property summaries

Returns:The items of this CustomPropertyCollection.
Return type:list[oci.data_catalog.models.CustomPropertySummary]