Class: TencentCloud::Antiddos::V20200309::CCPrecisionPlyRecord
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Antiddos::V20200309::CCPrecisionPlyRecord
- Defined in:
- lib/v20200309/models.rb
Overview
CC精准防护配置项
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fieldtype = nil, fieldname = nil, value = nil, valueoperator = nil) ⇒ CCPrecisionPlyRecord
constructor
A new instance of CCPrecisionPlyRecord.
Constructor Details
#initialize(fieldtype = nil, fieldname = nil, value = nil, valueoperator = nil) ⇒ CCPrecisionPlyRecord
Returns a new instance of CCPrecisionPlyRecord.
944 945 946 947 948 949 |
# File 'lib/v20200309/models.rb', line 944 def initialize(fieldtype=nil, fieldname=nil, value=nil, valueoperator=nil) @FieldType = fieldtype @FieldName = fieldname @Value = value @ValueOperator = valueoperator end |
Instance Attribute Details
#FieldName ⇒ Object
942 943 944 |
# File 'lib/v20200309/models.rb', line 942 def FieldName @FieldName end |
#FieldType ⇒ Object
942 943 944 |
# File 'lib/v20200309/models.rb', line 942 def FieldType @FieldType end |
#Value ⇒ Object
942 943 944 |
# File 'lib/v20200309/models.rb', line 942 def Value @Value end |
#ValueOperator ⇒ Object
942 943 944 |
# File 'lib/v20200309/models.rb', line 942 def ValueOperator @ValueOperator end |
Instance Method Details
#deserialize(params) ⇒ Object
951 952 953 954 955 956 |
# File 'lib/v20200309/models.rb', line 951 def deserialize(params) @FieldType = params['FieldType'] @FieldName = params['FieldName'] @Value = params['Value'] @ValueOperator = params['ValueOperator'] end |