ImportGlossaryDetails¶
-
class
oci.data_catalog.models.
ImportGlossaryDetails
(**kwargs)¶ Bases:
object
Import glossary from the contents of the glossary definition file.
Methods
__init__
(**kwargs)Initializes a new ImportGlossaryDetails object with values from keyword arguments. Attributes
glossary_file_contents
Gets the glossary_file_contents of this ImportGlossaryDetails. -
__init__
(**kwargs)¶ Initializes a new ImportGlossaryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: glossary_file_contents (str) – The value to assign to the glossary_file_contents property of this ImportGlossaryDetails.
-
glossary_file_contents
¶ Gets the glossary_file_contents of this ImportGlossaryDetails. The file contents used for the import of glossary.
Returns: The glossary_file_contents of this ImportGlossaryDetails. Return type: str
-