Class: TencentCloud::Sqlserver::V20180328::DescribeRestoreTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::DescribeRestoreTaskRequest
- Defined in:
- lib/v20180328/models.rb
Overview
DescribeRestoreTask请求参数结构体
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #FlowId ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #OrderBy ⇒ Object
- #OrderByType ⇒ Object
- #RestoreType ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
- #TargetRegion ⇒ Object
- #TargetType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, starttime = nil, endtime = nil, restoretype = nil, targetregion = nil, targettype = nil, status = nil, offset = nil, limit = nil, orderby = nil, orderbytype = nil, flowid = nil) ⇒ DescribeRestoreTaskRequest
constructor
A new instance of DescribeRestoreTaskRequest.
Constructor Details
#initialize(instanceid = nil, starttime = nil, endtime = nil, restoretype = nil, targetregion = nil, targettype = nil, status = nil, offset = nil, limit = nil, orderby = nil, orderbytype = nil, flowid = nil) ⇒ DescribeRestoreTaskRequest
Returns a new instance of DescribeRestoreTaskRequest.
6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 |
# File 'lib/v20180328/models.rb', line 6624 def initialize(instanceid=nil, starttime=nil, endtime=nil, restoretype=nil, targetregion=nil, targettype=nil, status=nil, offset=nil, limit=nil, orderby=nil, orderbytype=nil, flowid=nil) @InstanceId = instanceid @StartTime = starttime @EndTime = endtime @RestoreType = restoretype @TargetRegion = targetregion @TargetType = targettype @Status = status @Offset = offset @Limit = limit @OrderBy = orderby @OrderByType = orderbytype @FlowId = flowid end |
Instance Attribute Details
#EndTime ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def EndTime @EndTime end |
#FlowId ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def FlowId @FlowId end |
#InstanceId ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def InstanceId @InstanceId end |
#Limit ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def Limit @Limit end |
#Offset ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def Offset @Offset end |
#OrderBy ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def OrderBy @OrderBy end |
#OrderByType ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def OrderByType @OrderByType end |
#RestoreType ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def RestoreType @RestoreType end |
#StartTime ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def StartTime @StartTime end |
#Status ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def Status @Status end |
#TargetRegion ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def TargetRegion @TargetRegion end |
#TargetType ⇒ Object
6622 6623 6624 |
# File 'lib/v20180328/models.rb', line 6622 def TargetType @TargetType end |
Instance Method Details
#deserialize(params) ⇒ Object
6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 |
# File 'lib/v20180328/models.rb', line 6639 def deserialize(params) @InstanceId = params['InstanceId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @RestoreType = params['RestoreType'] @TargetRegion = params['TargetRegion'] @TargetType = params['TargetType'] @Status = params['Status'] @Offset = params['Offset'] @Limit = params['Limit'] @OrderBy = params['OrderBy'] @OrderByType = params['OrderByType'] @FlowId = params['FlowId'] end |