Class: TencentCloud::Ess::V20201111::ModifyApplicationCallbackInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::ModifyApplicationCallbackInfoResponse
- Defined in:
- lib/v20201111/models.rb
Overview
ModifyApplicationCallbackInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyApplicationCallbackInfoResponse
constructor
A new instance of ModifyApplicationCallbackInfoResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyApplicationCallbackInfoResponse
Returns a new instance of ModifyApplicationCallbackInfoResponse.
15089 15090 15091 |
# File 'lib/v20201111/models.rb', line 15089 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15087 15088 15089 |
# File 'lib/v20201111/models.rb', line 15087 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15093 15094 15095 |
# File 'lib/v20201111/models.rb', line 15093 def deserialize(params) @RequestId = params['RequestId'] end |