Class: TencentCloud::Teo::V20220901::AscriptionInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220901/models.rb

Overview

站点归属信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#RecordTypeObject

Parameters:

  • Subdomain:

    主机记录。

  • RecordType:

    记录类型。

  • RecordValue:

    记录值。



1215
1216
1217
# File 'lib/v20220901/models.rb', line 1215

def RecordType
  @RecordType
end

#RecordValueObject

Parameters:

  • Subdomain:

    主机记录。

  • RecordType:

    记录类型。

  • RecordValue:

    记录值。



1215
1216
1217
# File 'lib/v20220901/models.rb', line 1215

def RecordValue
  @RecordValue
end

#SubdomainObject

Parameters:

  • Subdomain:

    主机记录。

  • RecordType:

    记录类型。

  • RecordValue:

    记录值。



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