NameMapping¶
-
class
oci.oda.models.
NameMapping
(**kwargs)¶ Bases:
object
A language name mapping.
Methods
__init__
(**kwargs)Initializes a new NameMapping object with values from keyword arguments. Attributes
name
[Required] Gets the name of this NameMapping. -
__init__
(**kwargs)¶ Initializes a new NameMapping 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 NameMapping.
-
name
¶ [Required] Gets the name of this NameMapping. Name of mapping.
Returns: The name of this NameMapping. Return type: str
-