Class: TencentCloud::Chc::V20230418::CustomerInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chc::V20230418::CustomerInfo
- Defined in:
- lib/v20230418/models.rb
Overview
客户信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(customername = nil, shortcustomername = nil, wholeflag = nil) ⇒ CustomerInfo
constructor
A new instance of CustomerInfo.
Constructor Details
#initialize(customername = nil, shortcustomername = nil, wholeflag = nil) ⇒ CustomerInfo
Returns a new instance of CustomerInfo.
1122 1123 1124 1125 1126 |
# File 'lib/v20230418/models.rb', line 1122 def initialize(customername=nil, shortcustomername=nil, wholeflag=nil) @CustomerName = customername @ShortCustomerName = shortcustomername @WholeFlag = wholeflag end |
Instance Attribute Details
#CustomerName ⇒ Object
1120 1121 1122 |
# File 'lib/v20230418/models.rb', line 1120 def CustomerName @CustomerName end |
#ShortCustomerName ⇒ Object
1120 1121 1122 |
# File 'lib/v20230418/models.rb', line 1120 def ShortCustomerName @ShortCustomerName end |
#WholeFlag ⇒ Object
1120 1121 1122 |
# File 'lib/v20230418/models.rb', line 1120 def WholeFlag @WholeFlag end |
Instance Method Details
#deserialize(params) ⇒ Object
1128 1129 1130 1131 1132 |
# File 'lib/v20230418/models.rb', line 1128 def deserialize(params) @CustomerName = params['CustomerName'] @ShortCustomerName = params['ShortCustomerName'] @WholeFlag = params['WholeFlag'] end |