Class: TencentCloud::Weilingwith::V20230427::DescribeElementProfileTreeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DescribeElementProfileTreeResponse
- Defined in:
- lib/v20230427/models.rb
Overview
DescribeElementProfileTree返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ DescribeElementProfileTreeResponse
constructor
A new instance of DescribeElementProfileTreeResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ DescribeElementProfileTreeResponse
Returns a new instance of DescribeElementProfileTreeResponse.
3245 3246 3247 3248 |
# File 'lib/v20230427/models.rb', line 3245 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3243 3244 3245 |
# File 'lib/v20230427/models.rb', line 3243 def RequestId @RequestId end |
#Result ⇒ Object
3243 3244 3245 |
# File 'lib/v20230427/models.rb', line 3243 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
3250 3251 3252 3253 3254 3255 3256 |
# File 'lib/v20230427/models.rb', line 3250 def deserialize(params) unless params['Result'].nil? @Result = ElementProfileTreeRes.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |