Class: TencentCloud::Csip::V20221121::AKInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::AKInfo
- Defined in:
- lib/v20221121/models.rb
Overview
AK简要信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, user = nil, remark = nil) ⇒ AKInfo
constructor
A new instance of AKInfo.
Constructor Details
#initialize(id = nil, name = nil, user = nil, remark = nil) ⇒ AKInfo
33 34 35 36 37 38 |
# File 'lib/v20221121/models.rb', line 33 def initialize(id=nil, name=nil, user=nil, remark=nil) @ID = id @Name = name @User = user @Remark = remark end |
Instance Attribute Details
#ID ⇒ Object
31 32 33 |
# File 'lib/v20221121/models.rb', line 31 def ID @ID end |
#Name ⇒ Object
31 32 33 |
# File 'lib/v20221121/models.rb', line 31 def Name @Name end |
#Remark ⇒ Object
31 32 33 |
# File 'lib/v20221121/models.rb', line 31 def Remark @Remark end |
#User ⇒ Object
31 32 33 |
# File 'lib/v20221121/models.rb', line 31 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
40 41 42 43 44 45 |
# File 'lib/v20221121/models.rb', line 40 def deserialize(params) @ID = params['ID'] @Name = params['Name'] @User = params['User'] @Remark = params['Remark'] end |