RuleCollection

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

Bases: object

Results of an rule listing. Rules describe an item of data with name and ruletype.

Methods

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

Attributes

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

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

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

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

[Required] Gets the items of this RuleCollection. Collection of rules.

Returns:The items of this RuleCollection.
Return type:list[oci.data_catalog.models.RuleSummary]