class TencentCloud::Emr::V20190103::HostVolumeContext

Pod HostPath挂载方式描述

def deserialize(params)

def deserialize(params)
  @VolumePath = params['VolumePath']
end

def initialize(volumepath=nil)

def initialize(volumepath=nil)
  @VolumePath = volumepath
end