Class: TencentCloud::Ssa::V20180608::SocCheckItem

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180608/models.rb

Overview

SocCheckItem类型

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FailCountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    名字

  • LevelId:

    唯一id

  • SuccessCount:

    成功数

  • FailCount:

    失败数



3551
3552
3553
# File 'lib/v20180608/models.rb', line 3551

def FailCount
  @FailCount
end

#LevelIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    名字

  • LevelId:

    唯一id

  • SuccessCount:

    成功数

  • FailCount:

    失败数



3551
3552
3553
# File 'lib/v20180608/models.rb', line 3551

def LevelId
  @LevelId
end

#NameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    名字

  • LevelId:

    唯一id

  • SuccessCount:

    成功数

  • FailCount:

    失败数



3551
3552
3553
# File 'lib/v20180608/models.rb', line 3551

def Name
  @Name
end

#SuccessCountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    名字

  • LevelId:

    唯一id

  • SuccessCount:

    成功数

  • FailCount:

    失败数



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