Class: TencentCloud::Ssa::V20180608::SocCheckItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssa::V20180608::SocCheckItem
- Defined in:
- lib/v20180608/models.rb
Overview
SocCheckItem类型
Instance Attribute Summary collapse
-
#FailCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LevelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SuccessCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, levelid = nil, successcount = nil, failcount = nil) ⇒ SocCheckItem
constructor
A new instance of SocCheckItem.
Constructor Details
#initialize(name = nil, levelid = nil, successcount = nil, failcount = nil) ⇒ SocCheckItem
Returns a new instance of SocCheckItem.
3553 3554 3555 3556 3557 3558 |
# File 'lib/v20180608/models.rb', line 3553 def initialize(name=nil, levelid=nil, successcount=nil, failcount=nil) @Name = name @LevelId = levelid @SuccessCount = successcount @FailCount = failcount end |
Instance Attribute Details
#FailCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3551 3552 3553 |
# File 'lib/v20180608/models.rb', line 3551 def FailCount @FailCount end |
#LevelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3551 3552 3553 |
# File 'lib/v20180608/models.rb', line 3551 def LevelId @LevelId end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3551 3552 3553 |
# File 'lib/v20180608/models.rb', line 3551 def Name @Name end |
#SuccessCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
3551 3552 3553 |
# File 'lib/v20180608/models.rb', line 3551 def SuccessCount @SuccessCount end |
Instance Method Details
#deserialize(params) ⇒ Object
3560 3561 3562 3563 3564 3565 |
# File 'lib/v20180608/models.rb', line 3560 def deserialize(params) @Name = params['Name'] @LevelId = params['LevelId'] @SuccessCount = params['SuccessCount'] @FailCount = params['FailCount'] end |