Class: TencentCloud::Weilingwith::V20230427::DescribeModelListResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DescribeModelListResponse
- Defined in:
- lib/v20230427/models.rb
Overview
DescribeModelList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ DescribeModelListResponse
constructor
A new instance of DescribeModelListResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ DescribeModelListResponse
Returns a new instance of DescribeModelListResponse.
3705 3706 3707 3708 |
# File 'lib/v20230427/models.rb', line 3705 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3703 3704 3705 |
# File 'lib/v20230427/models.rb', line 3703 def RequestId @RequestId end |
#Result ⇒ Object
3703 3704 3705 |
# File 'lib/v20230427/models.rb', line 3703 def Result @Result end |