Class: TencentCloud::Tci::V20190318::CreateLibraryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::CreateLibraryResponse
- Defined in:
- lib/v20190318/models.rb
Overview
CreateLibrary返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(libraryid = nil, libraryname = nil, requestid = nil) ⇒ CreateLibraryResponse
constructor
A new instance of CreateLibraryResponse.
Constructor Details
#initialize(libraryid = nil, libraryname = nil, requestid = nil) ⇒ CreateLibraryResponse
Returns a new instance of CreateLibraryResponse.
604 605 606 607 608 |
# File 'lib/v20190318/models.rb', line 604 def initialize(libraryid=nil, libraryname=nil, requestid=nil) @LibraryId = libraryid @LibraryName = libraryname @RequestId = requestid end |
Instance Attribute Details
#LibraryId ⇒ Object
602 603 604 |
# File 'lib/v20190318/models.rb', line 602 def LibraryId @LibraryId end |
#LibraryName ⇒ Object
602 603 604 |
# File 'lib/v20190318/models.rb', line 602 def LibraryName @LibraryName end |
#RequestId ⇒ Object
602 603 604 |
# File 'lib/v20190318/models.rb', line 602 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
610 611 612 613 614 |
# File 'lib/v20190318/models.rb', line 610 def deserialize(params) @LibraryId = params['LibraryId'] @LibraryName = params['LibraryName'] @RequestId = params['RequestId'] end |