CreateTagDetails

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

Bases: object

Properties used in tag create operations.

Methods

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

Attributes

name Gets the name of this CreateTagDetails.
term_key Gets the term_key of this CreateTagDetails.
__init__(**kwargs)

Initializes a new CreateTagDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this CreateTagDetails.
  • term_key (str) – The value to assign to the term_key property of this CreateTagDetails.
name

Gets the name of this CreateTagDetails. The name of the tag in the case of a free form tag. When linking to a glossary term, this field is not specified.

Returns:The name of this CreateTagDetails.
Return type:str
term_key

Gets the term_key of this CreateTagDetails. Unique key of the related term or null in the case of a free form tag.

Returns:The term_key of this CreateTagDetails.
Return type:str