CreateNamespaceDetails¶
-
class
oci.data_catalog.models.
CreateNamespaceDetails
(**kwargs)¶ Bases:
object
Properties used in custom property create operations.
Methods
__init__
(**kwargs)Initializes a new CreateNamespaceDetails object with values from keyword arguments. Attributes
description
Gets the description of this CreateNamespaceDetails. display_name
[Required] Gets the display_name of this CreateNamespaceDetails. is_service_defined
Gets the is_service_defined of this CreateNamespaceDetails. -
__init__
(**kwargs)¶ Initializes a new CreateNamespaceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this CreateNamespaceDetails.
- description (str) – The value to assign to the description property of this CreateNamespaceDetails.
- is_service_defined (bool) – The value to assign to the is_service_defined property of this CreateNamespaceDetails.
-
description
¶ Gets the description of this CreateNamespaceDetails. Detailed description of the Namespace.
Returns: The description of this CreateNamespaceDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateNamespaceDetails. A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this CreateNamespaceDetails. Return type: str
-
is_service_defined
¶ Gets the is_service_defined of this CreateNamespaceDetails. If this field is defined by service or by a user
Returns: The is_service_defined of this CreateNamespaceDetails. Return type: bool
-