class TencentCloud::Tiems::V20190416::ExposeServiceResponse

ExposeService返回参数结构体

def deserialize(params)

def deserialize(params)
  unless params['Expose'].nil?
    @Expose = ExposeInfo.new
    @Expose.deserialize(params['Expose'])
  end
  @RequestId = params['RequestId']
end

def initialize(expose=nil, requestid=nil)

def initialize(expose=nil, requestid=nil)
  @Expose = expose
  @RequestId = requestid
end