Class: TencentCloud::As::V20180419::CreateNotificationConfigurationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::As::V20180419::CreateNotificationConfigurationResponse
- Defined in:
- lib/v20180419/models.rb
Overview
CreateNotificationConfiguration返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(autoscalingnotificationid = nil, requestid = nil) ⇒ CreateNotificationConfigurationResponse
constructor
A new instance of CreateNotificationConfigurationResponse.
Constructor Details
#initialize(autoscalingnotificationid = nil, requestid = nil) ⇒ CreateNotificationConfigurationResponse
Returns a new instance of CreateNotificationConfigurationResponse.
1329 1330 1331 1332 |
# File 'lib/v20180419/models.rb', line 1329 def initialize(autoscalingnotificationid=nil, requestid=nil) @AutoScalingNotificationId = autoscalingnotificationid @RequestId = requestid end |
Instance Attribute Details
#AutoScalingNotificationId ⇒ Object
1327 1328 1329 |
# File 'lib/v20180419/models.rb', line 1327 def AutoScalingNotificationId @AutoScalingNotificationId end |
#RequestId ⇒ Object
1327 1328 1329 |
# File 'lib/v20180419/models.rb', line 1327 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1334 1335 1336 1337 |
# File 'lib/v20180419/models.rb', line 1334 def deserialize(params) @AutoScalingNotificationId = params['AutoScalingNotificationId'] @RequestId = params['RequestId'] end |