Class: TencentCloud::Domain::V20180808::ModifyCustomDnsHostResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::ModifyCustomDnsHostResponse
- Defined in:
- lib/v20180808/models.rb
Overview
ModifyCustomDnsHost返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logid = nil, requestid = nil) ⇒ ModifyCustomDnsHostResponse
constructor
A new instance of ModifyCustomDnsHostResponse.
Constructor Details
#initialize(logid = nil, requestid = nil) ⇒ ModifyCustomDnsHostResponse
Returns a new instance of ModifyCustomDnsHostResponse.
3372 3373 3374 3375 |
# File 'lib/v20180808/models.rb', line 3372 def initialize(logid=nil, requestid=nil) @LogId = logid @RequestId = requestid end |
Instance Attribute Details
#LogId ⇒ Object
3370 3371 3372 |
# File 'lib/v20180808/models.rb', line 3370 def LogId @LogId end |
#RequestId ⇒ Object
3370 3371 3372 |
# File 'lib/v20180808/models.rb', line 3370 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3377 3378 3379 3380 |
# File 'lib/v20180808/models.rb', line 3377 def deserialize(params) @LogId = params['LogId'] @RequestId = params['RequestId'] end |