Class: TencentCloud::Tci::V20190318::ModifyLibraryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::ModifyLibraryResponse
- Defined in:
- lib/v20190318/models.rb
Overview
ModifyLibrary返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(libraryid = nil, libraryname = nil, requestid = nil) ⇒ ModifyLibraryResponse
constructor
A new instance of ModifyLibraryResponse.
Constructor Details
#initialize(libraryid = nil, libraryname = nil, requestid = nil) ⇒ ModifyLibraryResponse
Returns a new instance of ModifyLibraryResponse.
2732 2733 2734 2735 2736 |
# File 'lib/v20190318/models.rb', line 2732 def initialize(libraryid=nil, libraryname=nil, requestid=nil) @LibraryId = libraryid @LibraryName = libraryname @RequestId = requestid end |
Instance Attribute Details
#LibraryId ⇒ Object
2730 2731 2732 |
# File 'lib/v20190318/models.rb', line 2730 def LibraryId @LibraryId end |
#LibraryName ⇒ Object
2730 2731 2732 |
# File 'lib/v20190318/models.rb', line 2730 def LibraryName @LibraryName end |
#RequestId ⇒ Object
2730 2731 2732 |
# File 'lib/v20190318/models.rb', line 2730 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2738 2739 2740 2741 2742 |
# File 'lib/v20190318/models.rb', line 2738 def deserialize(params) @LibraryId = params['LibraryId'] @LibraryName = params['LibraryName'] @RequestId = params['RequestId'] end |