Class: TencentCloud::Domain::V20180808::SyncCustomDnsHostResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Domain::V20180808::SyncCustomDnsHostResponse
- Defined in:
- lib/v20180808/models.rb
Overview
SyncCustomDnsHost返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logid = nil, requestid = nil) ⇒ SyncCustomDnsHostResponse
constructor
A new instance of SyncCustomDnsHostResponse.
Constructor Details
#initialize(logid = nil, requestid = nil) ⇒ SyncCustomDnsHostResponse
Returns a new instance of SyncCustomDnsHostResponse.
4126 4127 4128 4129 |
# File 'lib/v20180808/models.rb', line 4126 def initialize(logid=nil, requestid=nil) @LogId = logid @RequestId = requestid end |
Instance Attribute Details
#LogId ⇒ Object
4124 4125 4126 |
# File 'lib/v20180808/models.rb', line 4124 def LogId @LogId end |
#RequestId ⇒ Object
4124 4125 4126 |
# File 'lib/v20180808/models.rb', line 4124 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4131 4132 4133 4134 |
# File 'lib/v20180808/models.rb', line 4131 def deserialize(params) @LogId = params['LogId'] @RequestId = params['RequestId'] end |