Class: TencentCloud::Vod::V20180717::CreateStorageRegionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::CreateStorageRegionResponse
- Defined in:
- lib/v20180717/models.rb
Overview
CreateStorageRegion返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateStorageRegionResponse
constructor
A new instance of CreateStorageRegionResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateStorageRegionResponse
Returns a new instance of CreateStorageRegionResponse.
8112 8113 8114 |
# File 'lib/v20180717/models.rb', line 8112 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8110 8111 8112 |
# File 'lib/v20180717/models.rb', line 8110 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8116 8117 8118 |
# File 'lib/v20180717/models.rb', line 8116 def deserialize(params) @RequestId = params['RequestId'] end |