Class: TencentCloud::Mna::V20210119::SetNotifyUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::SetNotifyUrlResponse
- Defined in:
- lib/v20210119/models.rb
Overview
SetNotifyUrl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SetNotifyUrlResponse
constructor
A new instance of SetNotifyUrlResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SetNotifyUrlResponse
Returns a new instance of SetNotifyUrlResponse.
2598 2599 2600 |
# File 'lib/v20210119/models.rb', line 2598 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2596 2597 2598 |
# File 'lib/v20210119/models.rb', line 2596 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2602 2603 2604 |
# File 'lib/v20210119/models.rb', line 2602 def deserialize(params) @RequestId = params['RequestId'] end |