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