Class: TencentCloud::Chc::V20230418::DescribeCustomerInfoResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chc::V20230418::DescribeCustomerInfoResponse
- Defined in:
- lib/v20230418/models.rb
Overview
DescribeCustomerInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(customerinfo = nil, requestid = nil) ⇒ DescribeCustomerInfoResponse
constructor
A new instance of DescribeCustomerInfoResponse.
Constructor Details
#initialize(customerinfo = nil, requestid = nil) ⇒ DescribeCustomerInfoResponse
Returns a new instance of DescribeCustomerInfoResponse.
1346 1347 1348 1349 |
# File 'lib/v20230418/models.rb', line 1346 def initialize(customerinfo=nil, requestid=nil) @CustomerInfo = customerinfo @RequestId = requestid end |
Instance Attribute Details
#CustomerInfo ⇒ Object
1344 1345 1346 |
# File 'lib/v20230418/models.rb', line 1344 def CustomerInfo @CustomerInfo end |
#RequestId ⇒ Object
1344 1345 1346 |
# File 'lib/v20230418/models.rb', line 1344 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1351 1352 1353 1354 1355 1356 1357 |
# File 'lib/v20230418/models.rb', line 1351 def deserialize(params) unless params['CustomerInfo'].nil? @CustomerInfo = CustomerInfo.new @CustomerInfo.deserialize(params['CustomerInfo']) end @RequestId = params['RequestId'] end |