Class: TencentCloud::Smh::V20210712::CreateLibraryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Smh::V20210712::CreateLibraryResponse
- Defined in:
- lib/v20210712/models.rb
Overview
CreateLibrary返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(libraryid = nil, requestid = nil) ⇒ CreateLibraryResponse
constructor
A new instance of CreateLibraryResponse.
Constructor Details
#initialize(libraryid = nil, requestid = nil) ⇒ CreateLibraryResponse
Returns a new instance of CreateLibraryResponse.
64 65 66 67 |
# File 'lib/v20210712/models.rb', line 64 def initialize(libraryid=nil, requestid=nil) @LibraryId = libraryid @RequestId = requestid end |
Instance Attribute Details
#LibraryId ⇒ Object
62 63 64 |
# File 'lib/v20210712/models.rb', line 62 def LibraryId @LibraryId end |
#RequestId ⇒ Object
62 63 64 |
# File 'lib/v20210712/models.rb', line 62 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
69 70 71 72 |
# File 'lib/v20210712/models.rb', line 69 def deserialize(params) @LibraryId = params['LibraryId'] @RequestId = params['RequestId'] end |