Version¶
- 
class 
oci.mysql.models.Version(**kwargs)¶ Bases:
objectA supported MySQL Version.
Methods
__init__(**kwargs)Initializes a new Version object with values from keyword arguments. Attributes
descriptionGets the description of this Version. versionGets the version of this Version. - 
__init__(**kwargs)¶ Initializes a new Version object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - version (str) – The value to assign to the version property of this Version.
 - description (str) – The value to assign to the description property of this Version.
 
- 
description¶ Gets the description of this Version. A link to a page describing the version.
Returns: The description of this Version. Return type: str 
- 
version¶ Gets the version of this Version. The specific version identifier
Returns: The version of this Version. Return type: str 
-