Class: TencentCloud::Lke::V20231130::DeleteAgentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lke::V20231130::DeleteAgentResponse
- Defined in:
- lib/v20231130/models.rb
Overview
DeleteAgent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(agentid = nil, requestid = nil) ⇒ DeleteAgentResponse
constructor
A new instance of DeleteAgentResponse.
Constructor Details
#initialize(agentid = nil, requestid = nil) ⇒ DeleteAgentResponse
Returns a new instance of DeleteAgentResponse.
2857 2858 2859 2860 |
# File 'lib/v20231130/models.rb', line 2857 def initialize(agentid=nil, requestid=nil) @AgentId = agentid @RequestId = requestid end |
Instance Attribute Details
#AgentId ⇒ Object
2855 2856 2857 |
# File 'lib/v20231130/models.rb', line 2855 def AgentId @AgentId end |
#RequestId ⇒ Object
2855 2856 2857 |
# File 'lib/v20231130/models.rb', line 2855 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2862 2863 2864 2865 |
# File 'lib/v20231130/models.rb', line 2862 def deserialize(params) @AgentId = params['AgentId'] @RequestId = params['RequestId'] end |