Class: TencentCloud::Ses::V20201002::CreateEmailAddressResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ses::V20201002::CreateEmailAddressResponse
- Defined in:
- lib/v20201002/models.rb
Overview
CreateEmailAddress返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateEmailAddressResponse
constructor
A new instance of CreateEmailAddressResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateEmailAddressResponse
Returns a new instance of CreateEmailAddressResponse.
349 350 351 |
# File 'lib/v20201002/models.rb', line 349 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
347 348 349 |
# File 'lib/v20201002/models.rb', line 347 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
353 354 355 |
# File 'lib/v20201002/models.rb', line 353 def deserialize(params) @RequestId = params['RequestId'] end |