Class: TencentCloud::Mongodb::V20190725::DescribeAsyncRequestInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::DescribeAsyncRequestInfoResponse
- Defined in:
- lib/v20190725/models.rb
Overview
DescribeAsyncRequestInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, starttime = nil, endtime = nil, requestid = nil) ⇒ DescribeAsyncRequestInfoResponse
constructor
A new instance of DescribeAsyncRequestInfoResponse.
Constructor Details
#initialize(status = nil, starttime = nil, endtime = nil, requestid = nil) ⇒ DescribeAsyncRequestInfoResponse
Returns a new instance of DescribeAsyncRequestInfoResponse.
1587 1588 1589 1590 1591 1592 |
# File 'lib/v20190725/models.rb', line 1587 def initialize(status=nil, starttime=nil, endtime=nil, requestid=nil) @Status = status @StartTime = starttime @EndTime = endtime @RequestId = requestid end |
Instance Attribute Details
#EndTime ⇒ Object
1585 1586 1587 |
# File 'lib/v20190725/models.rb', line 1585 def EndTime @EndTime end |
#RequestId ⇒ Object
1585 1586 1587 |
# File 'lib/v20190725/models.rb', line 1585 def RequestId @RequestId end |
#StartTime ⇒ Object
1585 1586 1587 |
# File 'lib/v20190725/models.rb', line 1585 def StartTime @StartTime end |
#Status ⇒ Object
1585 1586 1587 |
# File 'lib/v20190725/models.rb', line 1585 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1594 1595 1596 1597 1598 1599 |
# File 'lib/v20190725/models.rb', line 1594 def deserialize(params) @Status = params['Status'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @RequestId = params['RequestId'] end |