DataSelectorPatternDetails¶
-
class
oci.data_catalog.models.
DataSelectorPatternDetails
(**kwargs)¶ Bases:
object
List of pattern Ids. Used in the addition and removal of patterns in data assets.
Methods
__init__
(**kwargs)Initializes a new DataSelectorPatternDetails object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DataSelectorPatternDetails. -
__init__
(**kwargs)¶ Initializes a new DataSelectorPatternDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[str]) – The value to assign to the items property of this DataSelectorPatternDetails.
-
items
¶ [Required] Gets the items of this DataSelectorPatternDetails. Collection of pattern Ids.
Returns: The items of this DataSelectorPatternDetails. Return type: list[str]
-