class TencentCloud::Live::V20180801::CreateCasterRequest

def deserialize(params)

def deserialize(params)
  @CasterName = params['CasterName']
  @Description = params['Description']
  @ExpireTime = params['ExpireTime']
  @DelayTime = params['DelayTime']
  @TransitionType = params['TransitionType']
  @PgmWidth = params['PgmWidth']
  @PgmHeight = params['PgmHeight']
  @PgmFps = params['PgmFps']
  @PgmBitRate = params['PgmBitRate']
  @FeeType = params['FeeType']
  @PgmAudioBitRate = params['PgmAudioBitRate']
end