FacetedSearchCustomProperty

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

Bases: object

Details about custom property

Methods

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

Attributes

data_type Gets the data_type of this FacetedSearchCustomProperty.
name Gets the name of this FacetedSearchCustomProperty.
value Gets the value of this FacetedSearchCustomProperty.
__init__(**kwargs)

Initializes a new FacetedSearchCustomProperty object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this FacetedSearchCustomProperty.
  • value (str) – The value to assign to the value property of this FacetedSearchCustomProperty.
  • data_type (str) – The value to assign to the data_type property of this FacetedSearchCustomProperty.
data_type

Gets the data_type of this FacetedSearchCustomProperty. Data type of the custom property field

Returns:The data_type of this FacetedSearchCustomProperty.
Return type:str
name

Gets the name of this FacetedSearchCustomProperty. Name of custom property field

Returns:The name of this FacetedSearchCustomProperty.
Return type:str
value

Gets the value of this FacetedSearchCustomProperty. Value of the custom property field

Returns:The value of this FacetedSearchCustomProperty.
Return type:str