Class: TencentCloud::Domain::V20180808::ModifyIntlCustomDnsHostResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::ModifyIntlCustomDnsHostResponse
- Defined in:
- lib/v20180808/models.rb
Overview
ModifyIntlCustomDnsHost返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logid = nil, requestid = nil) ⇒ ModifyIntlCustomDnsHostResponse
constructor
A new instance of ModifyIntlCustomDnsHostResponse.
Constructor Details
#initialize(logid = nil, requestid = nil) ⇒ ModifyIntlCustomDnsHostResponse
Returns a new instance of ModifyIntlCustomDnsHostResponse.
3507 3508 3509 3510 |
# File 'lib/v20180808/models.rb', line 3507 def initialize(logid=nil, requestid=nil) @LogId = logid @RequestId = requestid end |
Instance Attribute Details
#LogId ⇒ Object
3505 3506 3507 |
# File 'lib/v20180808/models.rb', line 3505 def LogId @LogId end |
#RequestId ⇒ Object
3505 3506 3507 |
# File 'lib/v20180808/models.rb', line 3505 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3512 3513 3514 3515 |
# File 'lib/v20180808/models.rb', line 3512 def deserialize(params) @LogId = params['LogId'] @RequestId = params['RequestId'] end |