Class: TencentCloud::Domain::V20180808::DeleteCustomDnsHostResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::DeleteCustomDnsHostResponse
- Defined in:
- lib/v20180808/models.rb
Overview
DeleteCustomDnsHost返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logid = nil, requestid = nil) ⇒ DeleteCustomDnsHostResponse
constructor
A new instance of DeleteCustomDnsHostResponse.
Constructor Details
#initialize(logid = nil, requestid = nil) ⇒ DeleteCustomDnsHostResponse
Returns a new instance of DeleteCustomDnsHostResponse.
1033 1034 1035 1036 |
# File 'lib/v20180808/models.rb', line 1033 def initialize(logid=nil, requestid=nil) @LogId = logid @RequestId = requestid end |
Instance Attribute Details
#LogId ⇒ Object
1031 1032 1033 |
# File 'lib/v20180808/models.rb', line 1031 def LogId @LogId end |
#RequestId ⇒ Object
1031 1032 1033 |
# File 'lib/v20180808/models.rb', line 1031 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1038 1039 1040 1041 |
# File 'lib/v20180808/models.rb', line 1038 def deserialize(params) @LogId = params['LogId'] @RequestId = params['RequestId'] end |