CustomPropertySetUsage¶
-
class
oci.data_catalog.models.
CustomPropertySetUsage
(**kwargs)¶ Bases:
object
Details of a single custom property.
Methods
__init__
(**kwargs)Initializes a new CustomPropertySetUsage object with values from keyword arguments. Attributes
display_name
Gets the display_name of this CustomPropertySetUsage. key
Gets the key of this CustomPropertySetUsage. namespace_name
Gets the namespace_name of this CustomPropertySetUsage. value
Gets the value of this CustomPropertySetUsage. -
__init__
(**kwargs)¶ Initializes a new CustomPropertySetUsage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this CustomPropertySetUsage.
- display_name (str) – The value to assign to the display_name property of this CustomPropertySetUsage.
- value (str) – The value to assign to the value property of this CustomPropertySetUsage.
- namespace_name (str) – The value to assign to the namespace_name property of this CustomPropertySetUsage.
-
display_name
¶ Gets the display_name of this CustomPropertySetUsage. Name of the custom property
Returns: The display_name of this CustomPropertySetUsage. Return type: str
-
key
¶ Gets the key of this CustomPropertySetUsage. Unique Identifier of the attribute which is ID
Returns: The key of this CustomPropertySetUsage. Return type: str
-
namespace_name
¶ Gets the namespace_name of this CustomPropertySetUsage. Namespace name of the custom property
Returns: The namespace_name of this CustomPropertySetUsage. Return type: str
-
value
¶ Gets the value of this CustomPropertySetUsage. The custom property value
Returns: The value of this CustomPropertySetUsage. Return type: str
-