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.
3745 3746 3747 3748 |
# File 'lib/v20221121/models.rb', line 3745 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
3743 3744 3745 |
# File 'lib/v20221121/models.rb', line 3743 def Data @Data end |
#RequestId ⇒ Object
3743 3744 3745 |
# File 'lib/v20221121/models.rb', line 3743 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3750 3751 3752 3753 |
# File 'lib/v20221121/models.rb', line 3750 def deserialize(params) @Data = params['Data'] @RequestId = params['RequestId'] end |