Class: TencentCloud::Ses::V20201002::CreateReceiverDetailResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ses::V20201002::CreateReceiverDetailResponse
- Defined in:
- lib/v20201002/models.rb
Overview
CreateReceiverDetail返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateReceiverDetailResponse
constructor
A new instance of CreateReceiverDetailResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateReceiverDetailResponse
Returns a new instance of CreateReceiverDetailResponse.
413 414 415 |
# File 'lib/v20201002/models.rb', line 413 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
411 412 413 |
# File 'lib/v20201002/models.rb', line 411 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
417 418 419 |
# File 'lib/v20201002/models.rb', line 417 def deserialize(params) @RequestId = params['RequestId'] end |