Class: TencentCloud::Teo::V20220901::AscriptionInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::AscriptionInfo
- Defined in:
- lib/v20220901/models.rb
Overview
站点归属信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(subdomain = nil, recordtype = nil, recordvalue = nil) ⇒ AscriptionInfo
constructor
A new instance of AscriptionInfo.
Constructor Details
#initialize(subdomain = nil, recordtype = nil, recordvalue = nil) ⇒ AscriptionInfo
Returns a new instance of AscriptionInfo.
1217 1218 1219 1220 1221 |
# File 'lib/v20220901/models.rb', line 1217 def initialize(subdomain=nil, recordtype=nil, recordvalue=nil) @Subdomain = subdomain @RecordType = recordtype @RecordValue = recordvalue end |
Instance Attribute Details
#RecordType ⇒ Object
1215 1216 1217 |
# File 'lib/v20220901/models.rb', line 1215 def RecordType @RecordType end |
#RecordValue ⇒ Object
1215 1216 1217 |
# File 'lib/v20220901/models.rb', line 1215 def RecordValue @RecordValue end |
#Subdomain ⇒ Object
1215 1216 1217 |
# File 'lib/v20220901/models.rb', line 1215 def Subdomain @Subdomain end |
Instance Method Details
#deserialize(params) ⇒ Object
1223 1224 1225 1226 1227 |
# File 'lib/v20220901/models.rb', line 1223 def deserialize(params) @Subdomain = params['Subdomain'] @RecordType = params['RecordType'] @RecordValue = params['RecordValue'] end |