Class: TencentCloud::Csip::V20221121::ServiceSupport
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::ServiceSupport
- Defined in:
- lib/v20221121/models.rb
Overview
产品支持情况
Instance Attribute Summary collapse
-
#IsSupport ⇒ Object
“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”.
-
#ServiceName ⇒ Object
“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”.
-
#SupportHandledCount ⇒ Object
“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”.
-
#SupportTotalCount ⇒ Object
“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(servicename = nil, supporthandledcount = nil, supporttotalcount = nil, issupport = nil) ⇒ ServiceSupport
constructor
A new instance of ServiceSupport.
Constructor Details
#initialize(servicename = nil, supporthandledcount = nil, supporttotalcount = nil, issupport = nil) ⇒ ServiceSupport
Returns a new instance of ServiceSupport.
11851 11852 11853 11854 11855 11856 |
# File 'lib/v20221121/models.rb', line 11851 def initialize(servicename=nil, supporthandledcount=nil, supporttotalcount=nil, issupport=nil) @ServiceName = servicename @SupportHandledCount = supporthandledcount @SupportTotalCount = supporttotalcount @IsSupport = issupport end |
Instance Attribute Details
#IsSupport ⇒ Object
“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”
11849 11850 11851 |
# File 'lib/v20221121/models.rb', line 11849 def IsSupport @IsSupport end |
#ServiceName ⇒ Object
“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”
11849 11850 11851 |
# File 'lib/v20221121/models.rb', line 11849 def ServiceName @ServiceName end |
#SupportHandledCount ⇒ Object
“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”
11849 11850 11851 |
# File 'lib/v20221121/models.rb', line 11849 def SupportHandledCount @SupportHandledCount end |
#SupportTotalCount ⇒ Object
“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”
11849 11850 11851 |
# File 'lib/v20221121/models.rb', line 11849 def SupportTotalCount @SupportTotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
11858 11859 11860 11861 11862 11863 |
# File 'lib/v20221121/models.rb', line 11858 def deserialize(params) @ServiceName = params['ServiceName'] @SupportHandledCount = params['SupportHandledCount'] @SupportTotalCount = params['SupportTotalCount'] @IsSupport = params['IsSupport'] end |