UpdateNamespaceDetails

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

Bases: object

Properties used in namespace update operations.

Methods

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

Attributes

description Gets the description of this UpdateNamespaceDetails.
display_name Gets the display_name of this UpdateNamespaceDetails.
is_service_defined Gets the is_service_defined of this UpdateNamespaceDetails.
__init__(**kwargs)

Initializes a new UpdateNamespaceDetails 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 UpdateNamespaceDetails.
  • description (str) – The value to assign to the description property of this UpdateNamespaceDetails.
  • is_service_defined (bool) – The value to assign to the is_service_defined property of this UpdateNamespaceDetails.
description

Gets the description of this UpdateNamespaceDetails. Detailed description of the namespace.

Returns:The description of this UpdateNamespaceDetails.
Return type:str
display_name

Gets the display_name of this UpdateNamespaceDetails. 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 UpdateNamespaceDetails.
Return type:str
is_service_defined

Gets the is_service_defined of this UpdateNamespaceDetails. If this field is defined by service or by a user

Returns:The is_service_defined of this UpdateNamespaceDetails.
Return type:bool