Class: TencentCloud::Antiddos::V20200309::DeleteCcGeoIPBlockConfigResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Antiddos::V20200309::DeleteCcGeoIPBlockConfigResponse
- Defined in:
- lib/v20200309/models.rb
Overview
DeleteCcGeoIPBlockConfig返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteCcGeoIPBlockConfigResponse
constructor
A new instance of DeleteCcGeoIPBlockConfigResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteCcGeoIPBlockConfigResponse
Returns a new instance of DeleteCcGeoIPBlockConfigResponse.
2817 2818 2819 |
# File 'lib/v20200309/models.rb', line 2817 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2815 2816 2817 |
# File 'lib/v20200309/models.rb', line 2815 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2821 2822 2823 |
# File 'lib/v20200309/models.rb', line 2821 def deserialize(params) @RequestId = params['RequestId'] end |