models.sql_server_instance_version module¶
-
class
models.sql_server_instance_version.
SQLServerInstanceVersion
(build=None, major_version=None, minor_version=None, revision=None, version_string=None)[source]¶ Bases:
object
Implementation of the ‘SQLServerInstanceVersion’ model.
Specifies the Server Instance Version.
- Attributes:
build (int): Specfies the build. major_version (int): Specfies the major version. minor_version (int): Specfies the minor version. revision (int): Specfies the revision. version_string (string): Specfies the version string.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.