Class: TencentCloud::Ccc::V20200210::ClientInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::ClientInfo
- Defined in:
- lib/v20200210/models.rb
Overview
座席登录的终端信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clienttype = nil, isconnected = nil) ⇒ ClientInfo
constructor
A new instance of ClientInfo.
Constructor Details
#initialize(clienttype = nil, isconnected = nil) ⇒ ClientInfo
Returns a new instance of ClientInfo.
864 865 866 867 |
# File 'lib/v20200210/models.rb', line 864 def initialize(clienttype=nil, isconnected=nil) @ClientType = clienttype @IsConnected = isconnected end |
Instance Attribute Details
#ClientType ⇒ Object
862 863 864 |
# File 'lib/v20200210/models.rb', line 862 def ClientType @ClientType end |
#IsConnected ⇒ Object
862 863 864 |
# File 'lib/v20200210/models.rb', line 862 def IsConnected @IsConnected end |
Instance Method Details
#deserialize(params) ⇒ Object
869 870 871 872 |
# File 'lib/v20200210/models.rb', line 869 def deserialize(params) @ClientType = params['ClientType'] @IsConnected = params['IsConnected'] end |