SearchTagSummary¶
-
class
oci.data_catalog.models.
SearchTagSummary
(**kwargs)¶ Bases:
object
Represents the association of an object to a term. Returned as part of search result.
Methods
__init__
(**kwargs)Initializes a new SearchTagSummary object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this SearchTagSummary. key
Gets the key of this SearchTagSummary. -
__init__
(**kwargs)¶ Initializes a new SearchTagSummary 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 SearchTagSummary.
- display_name (str) – The value to assign to the display_name property of this SearchTagSummary.
-
display_name
¶ [Required] Gets the display_name of this SearchTagSummary. Name of the tag that matches the term name.
Returns: The display_name of this SearchTagSummary. Return type: str
-
key
¶ Gets the key of this SearchTagSummary. Unique tag key that is immutable.
Returns: The key of this SearchTagSummary. Return type: str
-