Class: TencentCloud::Gaap::V20180529::SupportFeature

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180529/models.rb

Overview

加速区域支持的能力,包括支持的网络类型等等。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(networktype = nil) ⇒ SupportFeature



7561
7562
7563
# File 'lib/v20180529/models.rb', line 7561

def initialize(networktype=nil)
  @NetworkType = networktype
end

Instance Attribute Details

#NetworkTypeObject



7559
7560
7561
# File 'lib/v20180529/models.rb', line 7559

def NetworkType
  @NetworkType
end

Instance Method Details

#deserialize(params) ⇒ Object



7565
7566
7567
# File 'lib/v20180529/models.rb', line 7565

def deserialize(params)
  @NetworkType = params['NetworkType']
end