Class: TencentCloud::Weilingwith::V20230427::DescribeElementProfilePageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DescribeElementProfilePageResponse
- Defined in:
- lib/v20230427/models.rb
Overview
DescribeElementProfilePage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ DescribeElementProfilePageResponse
constructor
A new instance of DescribeElementProfilePageResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ DescribeElementProfilePageResponse
Returns a new instance of DescribeElementProfilePageResponse.
3186 3187 3188 3189 |
# File 'lib/v20230427/models.rb', line 3186 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3184 3185 3186 |
# File 'lib/v20230427/models.rb', line 3184 def RequestId @RequestId end |
#Result ⇒ Object
3184 3185 3186 |
# File 'lib/v20230427/models.rb', line 3184 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
3191 3192 3193 3194 3195 3196 3197 |
# File 'lib/v20230427/models.rb', line 3191 def deserialize(params) unless params['Result'].nil? @Result = ElementProfilePageRes.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |