Class: TencentCloud::Smh::V20210712::ModifyLibraryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Smh::V20210712::ModifyLibraryResponse
- Defined in:
- lib/v20210712/models.rb
Overview
ModifyLibrary返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyLibraryResponse
constructor
A new instance of ModifyLibraryResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyLibraryResponse
Returns a new instance of ModifyLibraryResponse.
948 949 950 |
# File 'lib/v20210712/models.rb', line 948 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
946 947 948 |
# File 'lib/v20210712/models.rb', line 946 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
952 953 954 |
# File 'lib/v20210712/models.rb', line 952 def deserialize(params) @RequestId = params['RequestId'] end |