Class: TencentCloud::Cdb::V20170320::DescribeTimeWindowResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DescribeTimeWindowResponse
- Defined in:
- lib/v20170320/models.rb
Overview
DescribeTimeWindow返回参数结构体
Instance Attribute Summary collapse
- #Friday ⇒ Object
- #MaxDelayTime ⇒ Object
- #Monday ⇒ Object
- #RequestId ⇒ Object
- #Saturday ⇒ Object
- #Sunday ⇒ Object
- #Thursday ⇒ Object
- #Tuesday ⇒ Object
- #Wednesday ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(monday = nil, tuesday = nil, wednesday = nil, thursday = nil, friday = nil, saturday = nil, sunday = nil, maxdelaytime = nil, requestid = nil) ⇒ DescribeTimeWindowResponse
constructor
A new instance of DescribeTimeWindowResponse.
Constructor Details
#initialize(monday = nil, tuesday = nil, wednesday = nil, thursday = nil, friday = nil, saturday = nil, sunday = nil, maxdelaytime = nil, requestid = nil) ⇒ DescribeTimeWindowResponse
Returns a new instance of DescribeTimeWindowResponse.
8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 |
# File 'lib/v20170320/models.rb', line 8596 def initialize(monday=nil, tuesday=nil, wednesday=nil, thursday=nil, friday=nil, saturday=nil, sunday=nil, maxdelaytime=nil, requestid=nil) @Monday = monday @Tuesday = tuesday @Wednesday = wednesday @Thursday = thursday @Friday = friday @Saturday = saturday @Sunday = sunday @MaxDelayTime = maxdelaytime @RequestId = requestid end |
Instance Attribute Details
#Friday ⇒ Object
8594 8595 8596 |
# File 'lib/v20170320/models.rb', line 8594 def Friday @Friday end |
#MaxDelayTime ⇒ Object
8594 8595 8596 |
# File 'lib/v20170320/models.rb', line 8594 def MaxDelayTime @MaxDelayTime end |
#Monday ⇒ Object
8594 8595 8596 |
# File 'lib/v20170320/models.rb', line 8594 def Monday @Monday end |
#RequestId ⇒ Object
8594 8595 8596 |
# File 'lib/v20170320/models.rb', line 8594 def RequestId @RequestId end |
#Saturday ⇒ Object
8594 8595 8596 |
# File 'lib/v20170320/models.rb', line 8594 def Saturday @Saturday end |
#Sunday ⇒ Object
8594 8595 8596 |
# File 'lib/v20170320/models.rb', line 8594 def Sunday @Sunday end |
#Thursday ⇒ Object
8594 8595 8596 |
# File 'lib/v20170320/models.rb', line 8594 def Thursday @Thursday end |
#Tuesday ⇒ Object
8594 8595 8596 |
# File 'lib/v20170320/models.rb', line 8594 def Tuesday @Tuesday end |
#Wednesday ⇒ Object
8594 8595 8596 |
# File 'lib/v20170320/models.rb', line 8594 def Wednesday @Wednesday end |
Instance Method Details
#deserialize(params) ⇒ Object
8608 8609 8610 8611 8612 8613 8614 8615 8616 8617 8618 |
# File 'lib/v20170320/models.rb', line 8608 def deserialize(params) @Monday = params['Monday'] @Tuesday = params['Tuesday'] @Wednesday = params['Wednesday'] @Thursday = params['Thursday'] @Friday = params['Friday'] @Saturday = params['Saturday'] @Sunday = params['Sunday'] @MaxDelayTime = params['MaxDelayTime'] @RequestId = params['RequestId'] end |