Class: TencentCloud::Cwp::V20180228::ABTestConfig
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ABTestConfig
- Defined in:
- lib/v20180228/models.rb
Overview
灰度项目配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectname = nil, status = nil) ⇒ ABTestConfig
constructor
A new instance of ABTestConfig.
Constructor Details
#initialize(projectname = nil, status = nil) ⇒ ABTestConfig
Returns a new instance of ABTestConfig.
29 30 31 32 |
# File 'lib/v20180228/models.rb', line 29 def initialize(projectname=nil, status=nil) @ProjectName = projectname @Status = status end |
Instance Attribute Details
#ProjectName ⇒ Object
27 28 29 |
# File 'lib/v20180228/models.rb', line 27 def ProjectName @ProjectName end |
#Status ⇒ Object
27 28 29 |
# File 'lib/v20180228/models.rb', line 27 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
34 35 36 37 |
# File 'lib/v20180228/models.rb', line 34 def deserialize(params) @ProjectName = params['ProjectName'] @Status = params['Status'] end |