Class: TencentCloud::Tke::V20180525::DeleteGlobalMaintenanceWindowAndExclusionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DeleteGlobalMaintenanceWindowAndExclusionRequest
- Defined in:
- lib/v20180525/models.rb
Overview
DeleteGlobalMaintenanceWindowAndExclusion请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil) ⇒ DeleteGlobalMaintenanceWindowAndExclusionRequest
constructor
A new instance of DeleteGlobalMaintenanceWindowAndExclusionRequest.
Constructor Details
#initialize(id = nil) ⇒ DeleteGlobalMaintenanceWindowAndExclusionRequest
Returns a new instance of DeleteGlobalMaintenanceWindowAndExclusionRequest.
4970 4971 4972 |
# File 'lib/v20180525/models.rb', line 4970 def initialize(id=nil) @ID = id end |
Instance Attribute Details
#ID ⇒ Object
4968 4969 4970 |
# File 'lib/v20180525/models.rb', line 4968 def ID @ID end |
Instance Method Details
#deserialize(params) ⇒ Object
4974 4975 4976 |
# File 'lib/v20180525/models.rb', line 4974 def deserialize(params) @ID = params['ID'] end |