Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageOrderResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageOrderResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeCloudStorageOrder返回参数结构体
Instance Attribute Summary collapse
-
#Amount ⇒ Object
0:等待生效 1: 已过期 2:生效.
-
#ChannelId ⇒ Object
0:等待生效 1: 已过期 2:生效.
-
#ExpireTime ⇒ Object
0:等待生效 1: 已过期 2:生效.
-
#PackageId ⇒ Object
0:等待生效 1: 已过期 2:生效.
-
#Price ⇒ Object
0:等待生效 1: 已过期 2:生效.
-
#RequestId ⇒ Object
0:等待生效 1: 已过期 2:生效.
-
#StartTime ⇒ Object
0:等待生效 1: 已过期 2:生效.
-
#Status ⇒ Object
0:等待生效 1: 已过期 2:生效.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(starttime = nil, expiretime = nil, packageid = nil, status = nil, channelid = nil, price = nil, amount = nil, requestid = nil) ⇒ DescribeCloudStorageOrderResponse
constructor
A new instance of DescribeCloudStorageOrderResponse.
Constructor Details
#initialize(starttime = nil, expiretime = nil, packageid = nil, status = nil, channelid = nil, price = nil, amount = nil, requestid = nil) ⇒ DescribeCloudStorageOrderResponse
Returns a new instance of DescribeCloudStorageOrderResponse.
4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 |
# File 'lib/v20190423/models.rb', line 4573 def initialize(starttime=nil, expiretime=nil, packageid=nil, status=nil, channelid=nil, price=nil, amount=nil, requestid=nil) @StartTime = starttime @ExpireTime = expiretime @PackageId = packageid @Status = status @ChannelId = channelid @Price = price @Amount = amount @RequestId = requestid end |
Instance Attribute Details
#Amount ⇒ Object
0:等待生效1: 已过期2:生效
4571 4572 4573 |
# File 'lib/v20190423/models.rb', line 4571 def Amount @Amount end |
#ChannelId ⇒ Object
0:等待生效1: 已过期2:生效
4571 4572 4573 |
# File 'lib/v20190423/models.rb', line 4571 def ChannelId @ChannelId end |
#ExpireTime ⇒ Object
0:等待生效1: 已过期2:生效
4571 4572 4573 |
# File 'lib/v20190423/models.rb', line 4571 def ExpireTime @ExpireTime end |
#PackageId ⇒ Object
0:等待生效1: 已过期2:生效
4571 4572 4573 |
# File 'lib/v20190423/models.rb', line 4571 def PackageId @PackageId end |
#Price ⇒ Object
0:等待生效1: 已过期2:生效
4571 4572 4573 |
# File 'lib/v20190423/models.rb', line 4571 def Price @Price end |
#RequestId ⇒ Object
0:等待生效1: 已过期2:生效
4571 4572 4573 |
# File 'lib/v20190423/models.rb', line 4571 def RequestId @RequestId end |
#StartTime ⇒ Object
0:等待生效1: 已过期2:生效
4571 4572 4573 |
# File 'lib/v20190423/models.rb', line 4571 def StartTime @StartTime end |
#Status ⇒ Object
0:等待生效1: 已过期2:生效
4571 4572 4573 |
# File 'lib/v20190423/models.rb', line 4571 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 |
# File 'lib/v20190423/models.rb', line 4584 def deserialize(params) @StartTime = params['StartTime'] @ExpireTime = params['ExpireTime'] @PackageId = params['PackageId'] @Status = params['Status'] @ChannelId = params['ChannelId'] @Price = params['Price'] @Amount = params['Amount'] @RequestId = params['RequestId'] end |