Class: TencentCloud::Ses::V20201002::DeleteEmailIdentityResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ses::V20201002::DeleteEmailIdentityResponse
- Defined in:
- lib/v20201002/models.rb
Overview
DeleteEmailIdentity返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteEmailIdentityResponse
constructor
A new instance of DeleteEmailIdentityResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteEmailIdentityResponse
Returns a new instance of DeleteEmailIdentityResponse.
705 706 707 |
# File 'lib/v20201002/models.rb', line 705 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
703 704 705 |
# File 'lib/v20201002/models.rb', line 703 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
709 710 711 |
# File 'lib/v20201002/models.rb', line 709 def deserialize(params) @RequestId = params['RequestId'] end |