class TencentCloud::Emr::V20190103::HostPathVolumeSource
主机路径
def deserialize(params)
def deserialize(params) @Path = params['Path'] @Type = params['Type'] end
def initialize(path=nil, type=nil)
def initialize(path=nil, type=nil) @Path = path @Type = type end