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.
4116 4117 4118 4119 |
# File 'lib/v20180808/models.rb', line 4116 def initialize(logid=nil, requestid=nil) @LogId = logid @RequestId = requestid end |
Instance Attribute Details
#LogId ⇒ Object
4114 4115 4116 |
# File 'lib/v20180808/models.rb', line 4114 def LogId @LogId end |
#RequestId ⇒ Object
4114 4115 4116 |
# File 'lib/v20180808/models.rb', line 4114 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4121 4122 4123 4124 |
# File 'lib/v20180808/models.rb', line 4121 def deserialize(params) @LogId = params['LogId'] @RequestId = params['RequestId'] end |