Class: TencentCloud::Smh::V20210712::DeleteLibraryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Smh::V20210712::DeleteLibraryResponse
- Defined in:
- lib/v20210712/models.rb
Overview
DeleteLibrary返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteLibraryResponse
constructor
A new instance of DeleteLibraryResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteLibraryResponse
Returns a new instance of DeleteLibraryResponse.
300 301 302 |
# File 'lib/v20210712/models.rb', line 300 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
298 299 300 |
# File 'lib/v20210712/models.rb', line 298 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
304 305 306 |
# File 'lib/v20210712/models.rb', line 304 def deserialize(params) @RequestId = params['RequestId'] end |