Class: TencentCloud::Tke::V20180525::ModifyClusterMaintenanceWindowAndExclusionsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ModifyClusterMaintenanceWindowAndExclusionsResponse
- Defined in:
- lib/v20180525/models.rb
Overview
ModifyClusterMaintenanceWindowAndExclusions返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyClusterMaintenanceWindowAndExclusionsResponse
constructor
A new instance of ModifyClusterMaintenanceWindowAndExclusionsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyClusterMaintenanceWindowAndExclusionsResponse
Returns a new instance of ModifyClusterMaintenanceWindowAndExclusionsResponse.
15438 15439 15440 |
# File 'lib/v20180525/models.rb', line 15438 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15436 15437 15438 |
# File 'lib/v20180525/models.rb', line 15436 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15442 15443 15444 |
# File 'lib/v20180525/models.rb', line 15442 def deserialize(params) @RequestId = params['RequestId'] end |