Class: TencentCloud::Tke::V20180525::CreateClusterMaintenanceWindowAndExclusionsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CreateClusterMaintenanceWindowAndExclusionsResponse
- Defined in:
- lib/v20180525/models.rb
Overview
CreateClusterMaintenanceWindowAndExclusions返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateClusterMaintenanceWindowAndExclusionsResponse
constructor
A new instance of CreateClusterMaintenanceWindowAndExclusionsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateClusterMaintenanceWindowAndExclusionsResponse
Returns a new instance of CreateClusterMaintenanceWindowAndExclusionsResponse.
2320 2321 2322 |
# File 'lib/v20180525/models.rb', line 2320 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2318 2319 2320 |
# File 'lib/v20180525/models.rb', line 2318 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2324 2325 2326 |
# File 'lib/v20180525/models.rb', line 2324 def deserialize(params) @RequestId = params['RequestId'] end |