Class: TencentCloud::Iotexplorer::V20190423::CreateFreeCloudStorageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateFreeCloudStorageResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreateFreeCloudStorage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(price = nil, amount = nil, requestid = nil) ⇒ CreateFreeCloudStorageResponse
constructor
A new instance of CreateFreeCloudStorageResponse.
Constructor Details
#initialize(price = nil, amount = nil, requestid = nil) ⇒ CreateFreeCloudStorageResponse
Returns a new instance of CreateFreeCloudStorageResponse.
1937 1938 1939 1940 1941 |
# File 'lib/v20190423/models.rb', line 1937 def initialize(price=nil, amount=nil, requestid=nil) @Price = price @Amount = amount @RequestId = requestid end |
Instance Attribute Details
#Amount ⇒ Object
1935 1936 1937 |
# File 'lib/v20190423/models.rb', line 1935 def Amount @Amount end |
#Price ⇒ Object
1935 1936 1937 |
# File 'lib/v20190423/models.rb', line 1935 def Price @Price end |
#RequestId ⇒ Object
1935 1936 1937 |
# File 'lib/v20190423/models.rb', line 1935 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1943 1944 1945 1946 1947 |
# File 'lib/v20190423/models.rb', line 1943 def deserialize(params) @Price = params['Price'] @Amount = params['Amount'] @RequestId = params['RequestId'] end |