class TencentCloud::Cvm::V20170312::RenewHostsRequest
RenewHosts请求参数结构体
def deserialize(params)
def deserialize(params) @HostIds = params['HostIds'] unless params['HostChargePrepaid'].nil? @HostChargePrepaid = ChargePrepaid.new @HostChargePrepaid.deserialize(params['HostChargePrepaid']) end end
def initialize(hostids=nil, hostchargeprepaid=nil)
def initialize(hostids=nil, hostchargeprepaid=nil) @HostIds = hostids @HostChargePrepaid = hostchargeprepaid end