Class: TencentCloud::Ssa::V20180608::CheckConfigDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssa::V20180608::CheckConfigDetail
- Defined in:
- lib/v20180608/models.rb
Overview
云安全配置检查项详情
Instance Attribute Summary collapse
- #AssetType ⇒ Object
- #CheckName ⇒ Object
- #Content ⇒ Object
- #Doc ⇒ Object
- #ErrorCount ⇒ Object
- #Id ⇒ Object
- #IgnoreCount ⇒ Object
- #IsIgnore ⇒ Object
- #IsPass ⇒ Object
- #Method ⇒ Object
- #NameEn ⇒ Object
- #ResCount ⇒ Object
- #RiskCount ⇒ Object
- #SafeCount ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, checkname = nil, content = nil, method = nil, doc = nil, errorcount = nil, ispass = nil, safecount = nil, ignorecount = nil, riskcount = nil, nameen = nil, assettype = nil, rescount = nil, isignore = nil) ⇒ CheckConfigDetail
constructor
A new instance of CheckConfigDetail.
Constructor Details
#initialize(id = nil, checkname = nil, content = nil, method = nil, doc = nil, errorcount = nil, ispass = nil, safecount = nil, ignorecount = nil, riskcount = nil, nameen = nil, assettype = nil, rescount = nil, isignore = nil) ⇒ CheckConfigDetail
Returns a new instance of CheckConfigDetail.
999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'lib/v20180608/models.rb', line 999 def initialize(id=nil, checkname=nil, content=nil, method=nil, doc=nil, errorcount=nil, ispass=nil, safecount=nil, ignorecount=nil, riskcount=nil, nameen=nil, assettype=nil, rescount=nil, isignore=nil) @Id = id @CheckName = checkname @Content = content @Method = method @Doc = doc @ErrorCount = errorcount @IsPass = ispass @SafeCount = safecount @IgnoreCount = ignorecount @RiskCount = riskcount @NameEn = nameen @AssetType = assettype @ResCount = rescount @IsIgnore = isignore end |
Instance Attribute Details
#AssetType ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def AssetType @AssetType end |
#CheckName ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def CheckName @CheckName end |
#Content ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def Content @Content end |
#Doc ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def Doc @Doc end |
#ErrorCount ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def ErrorCount @ErrorCount end |
#Id ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def Id @Id end |
#IgnoreCount ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def IgnoreCount @IgnoreCount end |
#IsIgnore ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def IsIgnore @IsIgnore end |
#IsPass ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def IsPass @IsPass end |
#Method ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def Method @Method end |
#NameEn ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def NameEn @NameEn end |
#ResCount ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def ResCount @ResCount end |
#RiskCount ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def RiskCount @RiskCount end |
#SafeCount ⇒ Object
997 998 999 |
# File 'lib/v20180608/models.rb', line 997 def SafeCount @SafeCount end |
Instance Method Details
#deserialize(params) ⇒ Object
1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 |
# File 'lib/v20180608/models.rb', line 1016 def deserialize(params) @Id = params['Id'] @CheckName = params['CheckName'] @Content = params['Content'] @Method = params['Method'] @Doc = params['Doc'] @ErrorCount = params['ErrorCount'] @IsPass = params['IsPass'] @SafeCount = params['SafeCount'] @IgnoreCount = params['IgnoreCount'] @RiskCount = params['RiskCount'] @NameEn = params['NameEn'] @AssetType = params['AssetType'] @ResCount = params['ResCount'] @IsIgnore = params['IsIgnore'] end |