TypeCustomPropertyDetails¶
-
class
oci.data_catalog.models.
TypeCustomPropertyDetails
(**kwargs)¶ Bases:
object
Array of custom property IDs for which we have to associate the custom property to the type
Methods
__init__
(**kwargs)Initializes a new TypeCustomPropertyDetails object with values from keyword arguments. Attributes
custom_property_ids
Gets the custom_property_ids of this TypeCustomPropertyDetails. is_event_enabled
Gets the is_event_enabled of this TypeCustomPropertyDetails. -
__init__
(**kwargs)¶ Initializes a new TypeCustomPropertyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - custom_property_ids (list[str]) – The value to assign to the custom_property_ids property of this TypeCustomPropertyDetails.
- is_event_enabled (bool) – The value to assign to the is_event_enabled property of this TypeCustomPropertyDetails.
-
custom_property_ids
¶ Gets the custom_property_ids of this TypeCustomPropertyDetails. array of custom property Ids
Returns: The custom_property_ids of this TypeCustomPropertyDetails. Return type: list[str]
-
is_event_enabled
¶ Gets the is_event_enabled of this TypeCustomPropertyDetails. If an OCI Event will be emitted when the custom property is modified.
Returns: The is_event_enabled of this TypeCustomPropertyDetails. Return type: bool
-