class TencentCloud::Cdc::V20201214::SiteDetail

def initialize(siteid=nil, name=nil, description=nil, createtime=nil, fibertype=nil, uplinkspeedgbps=nil, uplinkcount=nil, opticalstandard=nil, redundantnetworking=nil, powerconnectors=nil, powerfeeddrop=nil, powerdrawkva=nil, conditionrequirement=nil, dimensionrequirement=nil, maxweight=nil, addressline=nil, optionaladdressline=nil, needhelp=nil, breakerrequirement=nil, redundantpower=nil, country=nil, province=nil, city=nil, postalcode=nil)

def initialize(siteid=nil, name=nil, description=nil, createtime=nil, fibertype=nil, uplinkspeedgbps=nil, uplinkcount=nil, opticalstandard=nil, redundantnetworking=nil, powerconnectors=nil, powerfeeddrop=nil, powerdrawkva=nil, conditionrequirement=nil, dimensionrequirement=nil, maxweight=nil, addressline=nil, optionaladdressline=nil, needhelp=nil, breakerrequirement=nil, redundantpower=nil, country=nil, province=nil, city=nil, postalcode=nil)
  @SiteId = siteid
  @Name = name
  @Description = description
  @CreateTime = createtime
  @FiberType = fibertype
  @UplinkSpeedGbps = uplinkspeedgbps
  @UplinkCount = uplinkcount
  @OpticalStandard = opticalstandard
  @RedundantNetworking = redundantnetworking
  @PowerConnectors = powerconnectors
  @PowerFeedDrop = powerfeeddrop
  @PowerDrawKva = powerdrawkva
  @ConditionRequirement = conditionrequirement
  @DimensionRequirement = dimensionrequirement
  @MaxWeight = maxweight
  @AddressLine = addressline
  @OptionalAddressLine = optionaladdressline
  @NeedHelp = needhelp
  @BreakerRequirement = breakerrequirement
  @RedundantPower = redundantpower
  @Country = country
  @Province = province
  @City = city
  @PostalCode = postalcode
end