Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeCloudStorage返回参数结构体
Instance Attribute Summary collapse
- #ExpireTime ⇒ Object
- #RequestId ⇒ Object
- #ShiftDuration ⇒ Object
- #Status ⇒ Object
- #Type ⇒ Object
- #UserId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, type = nil, expiretime = nil, shiftduration = nil, userid = nil, requestid = nil) ⇒ DescribeCloudStorageResponse
constructor
A new instance of DescribeCloudStorageResponse.
Constructor Details
#initialize(status = nil, type = nil, expiretime = nil, shiftduration = nil, userid = nil, requestid = nil) ⇒ DescribeCloudStorageResponse
Returns a new instance of DescribeCloudStorageResponse.
4724 4725 4726 4727 4728 4729 4730 4731 |
# File 'lib/v20190423/models.rb', line 4724 def initialize(status=nil, type=nil, expiretime=nil, shiftduration=nil, userid=nil, requestid=nil) @Status = status @Type = type @ExpireTime = expiretime @ShiftDuration = shiftduration @UserId = userid @RequestId = requestid end |
Instance Attribute Details
#ExpireTime ⇒ Object
4722 4723 4724 |
# File 'lib/v20190423/models.rb', line 4722 def ExpireTime @ExpireTime end |
#RequestId ⇒ Object
4722 4723 4724 |
# File 'lib/v20190423/models.rb', line 4722 def RequestId @RequestId end |
#ShiftDuration ⇒ Object
4722 4723 4724 |
# File 'lib/v20190423/models.rb', line 4722 def ShiftDuration @ShiftDuration end |
#Status ⇒ Object
4722 4723 4724 |
# File 'lib/v20190423/models.rb', line 4722 def Status @Status end |
#Type ⇒ Object
4722 4723 4724 |
# File 'lib/v20190423/models.rb', line 4722 def Type @Type end |
#UserId ⇒ Object
4722 4723 4724 |
# File 'lib/v20190423/models.rb', line 4722 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
4733 4734 4735 4736 4737 4738 4739 4740 |
# File 'lib/v20190423/models.rb', line 4733 def deserialize(params) @Status = params['Status'] @Type = params['Type'] @ExpireTime = params['ExpireTime'] @ShiftDuration = params['ShiftDuration'] @UserId = params['UserId'] @RequestId = params['RequestId'] end |