CustomPropertyTypeUsage¶
-
class
oci.data_catalog.models.CustomPropertyTypeUsage(**kwargs)¶ Bases:
objectObject which describes the indivial object stats for every custom property
Methods
__init__(**kwargs)Initializes a new CustomPropertyTypeUsage object with values from keyword arguments. Attributes
countGets the count of this CustomPropertyTypeUsage. is_event_enabledGets the is_event_enabled of this CustomPropertyTypeUsage. type_idGets the type_id of this CustomPropertyTypeUsage. type_nameGets the type_name of this CustomPropertyTypeUsage. -
__init__(**kwargs)¶ Initializes a new CustomPropertyTypeUsage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type_id (str) – The value to assign to the type_id property of this CustomPropertyTypeUsage.
- type_name (str) – The value to assign to the type_name property of this CustomPropertyTypeUsage.
- count (int) – The value to assign to the count property of this CustomPropertyTypeUsage.
- is_event_enabled (bool) – The value to assign to the is_event_enabled property of this CustomPropertyTypeUsage.
-
count¶ Gets the count of this CustomPropertyTypeUsage. Number of objects associated with this type
Returns: The count of this CustomPropertyTypeUsage. Return type: int
-
is_event_enabled¶ Gets the is_event_enabled of this CustomPropertyTypeUsage. If an OCI Event will be emitted when the custom property is modified.
Returns: The is_event_enabled of this CustomPropertyTypeUsage. Return type: bool
-
type_id¶ Gets the type_id of this CustomPropertyTypeUsage. Unique type key identifier
Returns: The type_id of this CustomPropertyTypeUsage. Return type: str
-
type_name¶ Gets the type_name of this CustomPropertyTypeUsage. Name of the type associated with
Returns: The type_name of this CustomPropertyTypeUsage. Return type: str
-