class TencentCloud::Cdc::V20201214::ModifySiteDeviceInfoRequest

def deserialize(params)

def deserialize(params)
  @SiteId = params['SiteId']
  @FiberType = params['FiberType']
  @OpticalStandard = params['OpticalStandard']
  @PowerConnectors = params['PowerConnectors']
  @PowerFeedDrop = params['PowerFeedDrop']
  @MaxWeight = params['MaxWeight']
  @PowerDrawKva = params['PowerDrawKva']
  @UplinkSpeedGbps = params['UplinkSpeedGbps']
  @UplinkCount = params['UplinkCount']
  @ConditionRequirement = params['ConditionRequirement']
  @DimensionRequirement = params['DimensionRequirement']
  @RedundantNetworking = params['RedundantNetworking']
  @NeedHelp = params['NeedHelp']
  @RedundantPower = params['RedundantPower']
  @BreakerRequirement = params['BreakerRequirement']
end