Class: TencentCloud::Weilingwith::V20230427::DescribePropertyListResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DescribePropertyListResponse
- Defined in:
- lib/v20230427/models.rb
Overview
DescribePropertyList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ DescribePropertyListResponse
constructor
A new instance of DescribePropertyListResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ DescribePropertyListResponse
3819 3820 3821 3822 |
# File 'lib/v20230427/models.rb', line 3819 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3817 3818 3819 |
# File 'lib/v20230427/models.rb', line 3817 def RequestId @RequestId end |
#Result ⇒ Object
3817 3818 3819 |
# File 'lib/v20230427/models.rb', line 3817 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
3824 3825 3826 3827 3828 3829 3830 |
# File 'lib/v20230427/models.rb', line 3824 def deserialize(params) unless params['Result'].nil? @Result = ElementPropertyRes.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |