Class: TencentCloud::Tke::V20180525::ModifyGlobalMaintenanceWindowAndExclusionsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ModifyGlobalMaintenanceWindowAndExclusionsResponse
- Defined in:
- lib/v20180525/models.rb
Overview
ModifyGlobalMaintenanceWindowAndExclusions返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyGlobalMaintenanceWindowAndExclusionsResponse
constructor
A new instance of ModifyGlobalMaintenanceWindowAndExclusionsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyGlobalMaintenanceWindowAndExclusionsResponse
Returns a new instance of ModifyGlobalMaintenanceWindowAndExclusionsResponse.
15868 15869 15870 |
# File 'lib/v20180525/models.rb', line 15868 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15866 15867 15868 |
# File 'lib/v20180525/models.rb', line 15866 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15872 15873 15874 |
# File 'lib/v20180525/models.rb', line 15872 def deserialize(params) @RequestId = params['RequestId'] end |