Class: TencentCloud::Mna::V20210119::GetFlowAlarmInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::GetFlowAlarmInfoResponse
- Defined in:
- lib/v20210119/models.rb
Overview
GetFlowAlarmInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(alarmvalue = nil, notifyurl = nil, callbackkey = nil, requestid = nil) ⇒ GetFlowAlarmInfoResponse
constructor
A new instance of GetFlowAlarmInfoResponse.
Constructor Details
#initialize(alarmvalue = nil, notifyurl = nil, callbackkey = nil, requestid = nil) ⇒ GetFlowAlarmInfoResponse
Returns a new instance of GetFlowAlarmInfoResponse.
1142 1143 1144 1145 1146 1147 |
# File 'lib/v20210119/models.rb', line 1142 def initialize(alarmvalue=nil, notifyurl=nil, callbackkey=nil, requestid=nil) @AlarmValue = alarmvalue @NotifyUrl = notifyurl @CallbackKey = callbackkey @RequestId = requestid end |
Instance Attribute Details
#AlarmValue ⇒ Object
1140 1141 1142 |
# File 'lib/v20210119/models.rb', line 1140 def AlarmValue @AlarmValue end |
#CallbackKey ⇒ Object
1140 1141 1142 |
# File 'lib/v20210119/models.rb', line 1140 def CallbackKey @CallbackKey end |
#NotifyUrl ⇒ Object
1140 1141 1142 |
# File 'lib/v20210119/models.rb', line 1140 def NotifyUrl @NotifyUrl end |
#RequestId ⇒ Object
1140 1141 1142 |
# File 'lib/v20210119/models.rb', line 1140 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1149 1150 1151 1152 1153 1154 |
# File 'lib/v20210119/models.rb', line 1149 def deserialize(params) @AlarmValue = params['AlarmValue'] @NotifyUrl = params['NotifyUrl'] @CallbackKey = params['CallbackKey'] @RequestId = params['RequestId'] end |