class TencentCloud::Sqlserver::V20180328::CheckItem

def initialize(checkname=nil, currentvalue=nil, passed=nil, isaffect=nil, msg=nil, msgcode=nil)

def initialize(checkname=nil, currentvalue=nil, passed=nil, isaffect=nil, msg=nil, msgcode=nil)
  @CheckName = checkname
  @CurrentValue = currentvalue
  @Passed = passed
  @IsAffect = isaffect
  @Msg = msg
  @MsgCode = msgcode
end