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.
7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 |
# File 'lib/v20180125/models.rb', line 7667 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
7665 7666 7667 |
# File 'lib/v20180125/models.rb', line 7665 def Appid @Appid end |
#Domain ⇒ Object
7665 7666 7667 |
# File 'lib/v20180125/models.rb', line 7665 def Domain @Domain end |
#DomainId ⇒ Object
7665 7666 7667 |
# File 'lib/v20180125/models.rb', line 7665 def DomainId @DomainId end |
#Edition ⇒ Object
7665 7666 7667 |
# File 'lib/v20180125/models.rb', line 7665 def Edition @Edition end |
#FindTime ⇒ Object
7665 7666 7667 |
# File 'lib/v20180125/models.rb', line 7665 def FindTime @FindTime end |
#InstanceId ⇒ Object
7665 7666 7667 |
# File 'lib/v20180125/models.rb', line 7665 def InstanceId @InstanceId end |
#Ips ⇒ Object
7665 7666 7667 |
# File 'lib/v20180125/models.rb', line 7665 def Ips @Ips end |
#IsWafDomain ⇒ Object
7665 7666 7667 |
# File 'lib/v20180125/models.rb', line 7665 def IsWafDomain @IsWafDomain end |
Instance Method Details
#deserialize(params) ⇒ Object
7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 |
# File 'lib/v20180125/models.rb', line 7678 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 |