Class: TencentCloud::Iotexplorer::V20190423::CreateIotVideoCloudStorageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateIotVideoCloudStorageResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreateIotVideoCloudStorage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(price = nil, amount = nil, requestid = nil) ⇒ CreateIotVideoCloudStorageResponse
constructor
A new instance of CreateIotVideoCloudStorageResponse.
Constructor Details
#initialize(price = nil, amount = nil, requestid = nil) ⇒ CreateIotVideoCloudStorageResponse
Returns a new instance of CreateIotVideoCloudStorageResponse.
2025 2026 2027 2028 2029 |
# File 'lib/v20190423/models.rb', line 2025 def initialize(price=nil, amount=nil, requestid=nil) @Price = price @Amount = amount @RequestId = requestid end |
Instance Attribute Details
#Amount ⇒ Object
2023 2024 2025 |
# File 'lib/v20190423/models.rb', line 2023 def Amount @Amount end |
#Price ⇒ Object
2023 2024 2025 |
# File 'lib/v20190423/models.rb', line 2023 def Price @Price end |
#RequestId ⇒ Object
2023 2024 2025 |
# File 'lib/v20190423/models.rb', line 2023 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2031 2032 2033 2034 2035 |
# File 'lib/v20190423/models.rb', line 2031 def deserialize(params) @Price = params['Price'] @Amount = params['Amount'] @RequestId = params['RequestId'] end |