Class: TencentCloud::Tci::V20190318::DeleteLibraryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::DeleteLibraryResponse
- Defined in:
- lib/v20190318/models.rb
Overview
DeleteLibrary返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(libraryid = nil, libraryname = nil, requestid = nil) ⇒ DeleteLibraryResponse
constructor
A new instance of DeleteLibraryResponse.
Constructor Details
#initialize(libraryid = nil, libraryname = nil, requestid = nil) ⇒ DeleteLibraryResponse
Returns a new instance of DeleteLibraryResponse.
854 855 856 857 858 |
# File 'lib/v20190318/models.rb', line 854 def initialize(libraryid=nil, libraryname=nil, requestid=nil) @LibraryId = libraryid @LibraryName = libraryname @RequestId = requestid end |
Instance Attribute Details
#LibraryId ⇒ Object
852 853 854 |
# File 'lib/v20190318/models.rb', line 852 def LibraryId @LibraryId end |
#LibraryName ⇒ Object
852 853 854 |
# File 'lib/v20190318/models.rb', line 852 def LibraryName @LibraryName end |
#RequestId ⇒ Object
852 853 854 |
# File 'lib/v20190318/models.rb', line 852 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
860 861 862 863 864 |
# File 'lib/v20190318/models.rb', line 860 def deserialize(params) @LibraryId = params['LibraryId'] @LibraryName = params['LibraryName'] @RequestId = params['RequestId'] end |