Class: TencentCloud::Cdn::V20180606::Seo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::Seo
- Defined in:
- lib/v20180606/models.rb
Overview
SEO 搜索引擎优化配置,默认为关闭状态
Instance Attribute Summary collapse
-
#Switch ⇒ Object
on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil) ⇒ Seo
constructor
A new instance of Seo.
Constructor Details
#initialize(switch = nil) ⇒ Seo
Returns a new instance of Seo.
12683 12684 12685 |
# File 'lib/v20180606/models.rb', line 12683 def initialize(switch=nil) @Switch = switch end |
Instance Attribute Details
#Switch ⇒ Object
on:开启off:关闭注意:此字段可能返回 null,表示取不到有效值。
12681 12682 12683 |
# File 'lib/v20180606/models.rb', line 12681 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
12687 12688 12689 |
# File 'lib/v20180606/models.rb', line 12687 def deserialize(params) @Switch = params['Switch'] end |