Class: TencentCloud::Tcb::V20180608::DestroyStaticStoreResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::DestroyStaticStoreResponse
- Defined in:
- lib/v20180608/models.rb
Overview
DestroyStaticStore返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ DestroyStaticStoreResponse
constructor
A new instance of DestroyStaticStoreResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ DestroyStaticStoreResponse
Returns a new instance of DestroyStaticStoreResponse.
5699 5700 5701 5702 |
# File 'lib/v20180608/models.rb', line 5699 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5697 5698 5699 |
# File 'lib/v20180608/models.rb', line 5697 def RequestId @RequestId end |
#Result ⇒ Object
5697 5698 5699 |
# File 'lib/v20180608/models.rb', line 5697 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
5704 5705 5706 5707 |
# File 'lib/v20180608/models.rb', line 5704 def deserialize(params) @Result = params['Result'] @RequestId = params['RequestId'] end |