models.upload_mr_jar_view_path_wrapper module

class models.upload_mr_jar_view_path_wrapper.UploadMRJarViewPathWrapper(jar_name=None, jar_path=None)[source]

Bases: object

Implementation of the ‘UploadMRJarViewPathWrapper’ model.

UploadMRJarViewPathWrapper contains jar name and local mount path where the Jars will be uploaded.

Attributes:

jar_name (string): JarName is the name of the uploaded jar. jar_path (string): JarPath is the path for the directory where

uploaded jar is stored.

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.