Class: TencentCloud::Csip::V20221121::DeleteDomainAndIpResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::DeleteDomainAndIpResponse
- Defined in:
- lib/v20221121/models.rb
Overview
DeleteDomainAndIp返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ DeleteDomainAndIpResponse
constructor
A new instance of DeleteDomainAndIpResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ DeleteDomainAndIpResponse
Returns a new instance of DeleteDomainAndIpResponse.
2622 2623 2624 2625 |
# File 'lib/v20221121/models.rb', line 2622 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
2620 2621 2622 |
# File 'lib/v20221121/models.rb', line 2620 def Data @Data end |
#RequestId ⇒ Object
2620 2621 2622 |
# File 'lib/v20221121/models.rb', line 2620 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2627 2628 2629 2630 |
# File 'lib/v20221121/models.rb', line 2627 def deserialize(params) @Data = params['Data'] @RequestId = params['RequestId'] end |