Class: TencentCloud::Weilingwith::V20230427::HandlerPersonInfo

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

Overview

告警处理人列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil) ⇒ HandlerPersonInfo

Returns a new instance of HandlerPersonInfo.



5795
5796
5797
5798
# File 'lib/v20230427/models.rb', line 5795

def initialize(id=nil, name=nil)
  @Id = id
  @Name = name
end

Instance Attribute Details

#IdObject

Parameters:

  • Id:

    用户id

  • Name:

    用户名



5793
5794
5795
# File 'lib/v20230427/models.rb', line 5793

def Id
  @Id
end

#NameObject

Parameters:

  • Id:

    用户id

  • Name:

    用户名



5793
5794
5795
# File 'lib/v20230427/models.rb', line 5793

def Name
  @Name
end

Instance Method Details

#deserialize(params) ⇒ Object



5800
5801
5802
5803
# File 'lib/v20230427/models.rb', line 5800

def deserialize(params)
  @Id = params['Id']
  @Name = params['Name']
end