Class: TencentCloud::Waf::V20180125::FindAllDomainDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::FindAllDomainDetail
- Defined in:
- lib/v20180125/models.rb
Overview
域名列表
Instance Attribute Summary collapse
- #Appid ⇒ Object
- #Domain ⇒ Object
- #DomainId ⇒ Object
- #Edition ⇒ Object
- #FindTime ⇒ Object
- #InstanceId ⇒ Object
- #Ips ⇒ Object
- #IsWafDomain ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appid = nil, domain = nil, ips = nil, findtime = nil, instanceid = nil, domainid = nil, edition = nil, iswafdomain = nil) ⇒ FindAllDomainDetail
constructor
A new instance of FindAllDomainDetail.
Constructor Details
#initialize(appid = nil, domain = nil, ips = nil, findtime = nil, instanceid = nil, domainid = nil, edition = nil, iswafdomain = nil) ⇒ FindAllDomainDetail
Returns a new instance of FindAllDomainDetail.
11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 |
# File 'lib/v20180125/models.rb', line 11238 def initialize(appid=nil, domain=nil, ips=nil, findtime=nil, instanceid=nil, domainid=nil, edition=nil, iswafdomain=nil) @Appid = appid @Domain = domain @Ips = ips @FindTime = findtime @InstanceId = instanceid @DomainId = domainid @Edition = edition @IsWafDomain = iswafdomain end |
Instance Attribute Details
#Appid ⇒ Object
11236 11237 11238 |
# File 'lib/v20180125/models.rb', line 11236 def Appid @Appid end |
#Domain ⇒ Object
11236 11237 11238 |
# File 'lib/v20180125/models.rb', line 11236 def Domain @Domain end |
#DomainId ⇒ Object
11236 11237 11238 |
# File 'lib/v20180125/models.rb', line 11236 def DomainId @DomainId end |
#Edition ⇒ Object
11236 11237 11238 |
# File 'lib/v20180125/models.rb', line 11236 def Edition @Edition end |
#FindTime ⇒ Object
11236 11237 11238 |
# File 'lib/v20180125/models.rb', line 11236 def FindTime @FindTime end |
#InstanceId ⇒ Object
11236 11237 11238 |
# File 'lib/v20180125/models.rb', line 11236 def InstanceId @InstanceId end |
#Ips ⇒ Object
11236 11237 11238 |
# File 'lib/v20180125/models.rb', line 11236 def Ips @Ips end |
#IsWafDomain ⇒ Object
11236 11237 11238 |
# File 'lib/v20180125/models.rb', line 11236 def IsWafDomain @IsWafDomain end |
Instance Method Details
#deserialize(params) ⇒ Object
11249 11250 11251 11252 11253 11254 11255 11256 11257 11258 |
# File 'lib/v20180125/models.rb', line 11249 def deserialize(params) @Appid = params['Appid'] @Domain = params['Domain'] @Ips = params['Ips'] @FindTime = params['FindTime'] @InstanceId = params['InstanceId'] @DomainId = params['DomainId'] @Edition = params['Edition'] @IsWafDomain = params['IsWafDomain'] end |