Class: TencentCloud::Ses::V20201002::UpdateCustomBlackListResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ses::V20201002::UpdateCustomBlackListResponse
- Defined in:
- lib/v20201002/models.rb
Overview
UpdateCustomBlackList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateCustomBlackListResponse
constructor
A new instance of UpdateCustomBlackListResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateCustomBlackListResponse
Returns a new instance of UpdateCustomBlackListResponse.
2039 2040 2041 |
# File 'lib/v20201002/models.rb', line 2039 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2037 2038 2039 |
# File 'lib/v20201002/models.rb', line 2037 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2043 2044 2045 |
# File 'lib/v20201002/models.rb', line 2043 def deserialize(params) @RequestId = params['RequestId'] end |