Class: TencentCloud::As::V20180419::DeleteNotificationConfigurationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::As::V20180419::DeleteNotificationConfigurationResponse
- Defined in:
- lib/v20180419/models.rb
Overview
DeleteNotificationConfiguration返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteNotificationConfigurationResponse
constructor
A new instance of DeleteNotificationConfigurationResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteNotificationConfigurationResponse
Returns a new instance of DeleteNotificationConfigurationResponse.
1699 1700 1701 |
# File 'lib/v20180419/models.rb', line 1699 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1697 1698 1699 |
# File 'lib/v20180419/models.rb', line 1697 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1703 1704 1705 |
# File 'lib/v20180419/models.rb', line 1703 def deserialize(params) @RequestId = params['RequestId'] end |