Class: TencentCloud::Tci::V20190318::Library
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::Library
- Defined in:
- lib/v20190318/models.rb
Overview
人员库描述
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #LibraryId ⇒ Object
- #LibraryName ⇒ Object
- #PersonCount ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(createtime = nil, libraryid = nil, libraryname = nil, personcount = nil, updatetime = nil) ⇒ Library
constructor
A new instance of Library.
Constructor Details
#initialize(createtime = nil, libraryid = nil, libraryname = nil, personcount = nil, updatetime = nil) ⇒ Library
Returns a new instance of Library.
2565 2566 2567 2568 2569 2570 2571 |
# File 'lib/v20190318/models.rb', line 2565 def initialize(createtime=nil, libraryid=nil, libraryname=nil, personcount=nil, updatetime=nil) @CreateTime = createtime @LibraryId = libraryid @LibraryName = libraryname @PersonCount = personcount @UpdateTime = updatetime end |
Instance Attribute Details
#CreateTime ⇒ Object
2563 2564 2565 |
# File 'lib/v20190318/models.rb', line 2563 def CreateTime @CreateTime end |
#LibraryId ⇒ Object
2563 2564 2565 |
# File 'lib/v20190318/models.rb', line 2563 def LibraryId @LibraryId end |
#LibraryName ⇒ Object
2563 2564 2565 |
# File 'lib/v20190318/models.rb', line 2563 def LibraryName @LibraryName end |
#PersonCount ⇒ Object
2563 2564 2565 |
# File 'lib/v20190318/models.rb', line 2563 def PersonCount @PersonCount end |
#UpdateTime ⇒ Object
2563 2564 2565 |
# File 'lib/v20190318/models.rb', line 2563 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
2573 2574 2575 2576 2577 2578 2579 |
# File 'lib/v20190318/models.rb', line 2573 def deserialize(params) @CreateTime = params['CreateTime'] @LibraryId = params['LibraryId'] @LibraryName = params['LibraryName'] @PersonCount = params['PersonCount'] @UpdateTime = params['UpdateTime'] end |