Class: TencentCloud::Cdn::V20180606::AdvanceConfig
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::AdvanceConfig
- Defined in:
- lib/v20180606/models.rb
Overview
高级配置集合
Instance Attribute Summary collapse
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 on:支持 off:不支持 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 on:支持 off:不支持 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ AdvanceConfig
constructor
A new instance of AdvanceConfig.
Constructor Details
#initialize(name = nil, value = nil) ⇒ AdvanceConfig
Returns a new instance of AdvanceConfig.
501 502 503 504 |
# File 'lib/v20180606/models.rb', line 501 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 on:支持 off:不支持 注意:此字段可能返回 null,表示取不到有效值。
499 500 501 |
# File 'lib/v20180606/models.rb', line 499 def Name @Name end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 on:支持 off:不支持 注意:此字段可能返回 null,表示取不到有效值。
499 500 501 |
# File 'lib/v20180606/models.rb', line 499 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
506 507 508 509 |
# File 'lib/v20180606/models.rb', line 506 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |