Class: TencentCloud::Tke::V20180525::CreateGlobalMaintenanceWindowAndExclusionsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CreateGlobalMaintenanceWindowAndExclusionsResponse
- Defined in:
- lib/v20180525/models.rb
Overview
CreateGlobalMaintenanceWindowAndExclusions返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, requestid = nil) ⇒ CreateGlobalMaintenanceWindowAndExclusionsResponse
constructor
A new instance of CreateGlobalMaintenanceWindowAndExclusionsResponse.
Constructor Details
#initialize(id = nil, requestid = nil) ⇒ CreateGlobalMaintenanceWindowAndExclusionsResponse
Returns a new instance of CreateGlobalMaintenanceWindowAndExclusionsResponse.
3420 3421 3422 3423 |
# File 'lib/v20180525/models.rb', line 3420 def initialize(id=nil, requestid=nil) @ID = id @RequestId = requestid end |
Instance Attribute Details
#ID ⇒ Object
3418 3419 3420 |
# File 'lib/v20180525/models.rb', line 3418 def ID @ID end |
#RequestId ⇒ Object
3418 3419 3420 |
# File 'lib/v20180525/models.rb', line 3418 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3425 3426 3427 3428 |
# File 'lib/v20180525/models.rb', line 3425 def deserialize(params) @ID = params['ID'] @RequestId = params['RequestId'] end |