class TencentCloud::Thpc::V20220401::GooseFSOption
描述GooseFS挂载信息
def deserialize(params)
def deserialize(params) @LocalPath = params['LocalPath'] @RemotePath = params['RemotePath'] @Masters = params['Masters'] end
def initialize(localpath=nil, remotepath=nil, masters=nil)
def initialize(localpath=nil, remotepath=nil, masters=nil) @LocalPath = localpath @RemotePath = remotepath @Masters = masters end