Class: TencentCloud::Ssa::V20180608::CheckAssetItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssa::V20180608::CheckAssetItem
- Defined in:
- lib/v20180608/models.rb
Overview
检查项资产组每一项
Instance Attribute Summary collapse
-
#AssetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#AssetInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Detail ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Instid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IsChecked ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IsIgnore ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Remarks ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Tag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Taskid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Updatetime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, instid = nil, url = nil, taskid = nil, result = nil, updatetime = nil, tag = nil, isignore = nil, ischecked = nil, assetinfo = nil, assetid = nil, detail = nil, remarks = nil) ⇒ CheckAssetItem
constructor
A new instance of CheckAssetItem.
Constructor Details
#initialize(id = nil, instid = nil, url = nil, taskid = nil, result = nil, updatetime = nil, tag = nil, isignore = nil, ischecked = nil, assetinfo = nil, assetid = nil, detail = nil, remarks = nil) ⇒ CheckAssetItem
Returns a new instance of CheckAssetItem.
933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 |
# File 'lib/v20180608/models.rb', line 933 def initialize(id=nil, instid=nil, url=nil, taskid=nil, result=nil, updatetime=nil, tag=nil, isignore=nil, ischecked=nil, assetinfo=nil, assetid=nil, detail=nil, remarks=nil) @Id = id @Instid = instid @Url = url @Taskid = taskid @Result = result @Updatetime = updatetime @Tag = tag @IsIgnore = isignore @IsChecked = ischecked @AssetInfo = assetinfo @AssetId = assetid @Detail = detail @Remarks = remarks end |
Instance Attribute Details
#AssetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def AssetId @AssetId end |
#AssetInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def AssetInfo @AssetInfo end |
#Detail ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def Detail @Detail end |
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def Id @Id end |
#Instid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def Instid @Instid end |
#IsChecked ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def IsChecked @IsChecked end |
#IsIgnore ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def IsIgnore @IsIgnore end |
#Remarks ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def Remarks @Remarks end |
#Result ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def Result @Result end |
#Tag ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def Tag @Tag end |
#Taskid ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def Taskid @Taskid end |
#Updatetime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def Updatetime @Updatetime end |
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
931 932 933 |
# File 'lib/v20180608/models.rb', line 931 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 |
# File 'lib/v20180608/models.rb', line 949 def deserialize(params) @Id = params['Id'] @Instid = params['Instid'] @Url = params['Url'] @Taskid = params['Taskid'] @Result = params['Result'] @Updatetime = params['Updatetime'] @Tag = params['Tag'] @IsIgnore = params['IsIgnore'] @IsChecked = params['IsChecked'] @AssetInfo = params['AssetInfo'] @AssetId = params['AssetId'] @Detail = params['Detail'] @Remarks = params['Remarks'] end |