UpdateTermRelationshipDetails¶
-
class
oci.data_catalog.models.
UpdateTermRelationshipDetails
(**kwargs)¶ Bases:
object
Properties used in term relationship update operations.
Methods
__init__
(**kwargs)Initializes a new UpdateTermRelationshipDetails object with values from keyword arguments. Attributes
description
Gets the description of this UpdateTermRelationshipDetails. display_name
Gets the display_name of this UpdateTermRelationshipDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateTermRelationshipDetails 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 UpdateTermRelationshipDetails.
- description (str) – The value to assign to the description property of this UpdateTermRelationshipDetails.
-
description
¶ Gets the description of this UpdateTermRelationshipDetails. Detailed description of the term relationship usually defined at the time of creation.
Returns: The description of this UpdateTermRelationshipDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateTermRelationshipDetails. A user-friendly display name. Is changeable. The combination of ‘displayName’ and ‘parentTermKey’ must be unique. Avoid entering confidential information. This is the same as ‘relationshipType’ for ‘termRelationship’.
Returns: The display_name of this UpdateTermRelationshipDetails. Return type: str
-