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.
1949 1950 1951 1952 1953 |
# File 'lib/v20190423/models.rb', line 1949 def initialize(price=nil, amount=nil, requestid=nil) @Price = price @Amount = amount @RequestId = requestid end |
Instance Attribute Details
#Amount ⇒ Object
1947 1948 1949 |
# File 'lib/v20190423/models.rb', line 1947 def Amount @Amount end |
#Price ⇒ Object
1947 1948 1949 |
# File 'lib/v20190423/models.rb', line 1947 def Price @Price end |
#RequestId ⇒ Object
1947 1948 1949 |
# File 'lib/v20190423/models.rb', line 1947 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1955 1956 1957 1958 1959 |
# File 'lib/v20190423/models.rb', line 1955 def deserialize(params) @Price = params['Price'] @Amount = params['Amount'] @RequestId = params['RequestId'] end |