Class: TencentCloud::Ses::V20201002::DeleteEmailAddressResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ses::V20201002::DeleteEmailAddressResponse
- Defined in:
- lib/v20201002/models.rb
Overview
DeleteEmailAddress返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteEmailAddressResponse
constructor
A new instance of DeleteEmailAddressResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteEmailAddressResponse
Returns a new instance of DeleteEmailAddressResponse.
801 802 803 |
# File 'lib/v20201002/models.rb', line 801 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
799 800 801 |
# File 'lib/v20201002/models.rb', line 799 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
805 806 807 |
# File 'lib/v20201002/models.rb', line 805 def deserialize(params) @RequestId = params['RequestId'] end |