Class: TencentCloud::Teo::V20220901::TCRCEOption
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::TCRCEOption
- Defined in:
- lib/v20220901/models.rb
Overview
RCE 认证选项实例信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channel = nil) ⇒ TCRCEOption
constructor
A new instance of TCRCEOption.
Constructor Details
#initialize(channel = nil) ⇒ TCRCEOption
Returns a new instance of TCRCEOption.
22179 22180 22181 |
# File 'lib/v20220901/models.rb', line 22179 def initialize(channel=nil) @Channel = channel end |
Instance Attribute Details
#Channel ⇒ Object
22177 22178 22179 |
# File 'lib/v20220901/models.rb', line 22177 def Channel @Channel end |
Instance Method Details
#deserialize(params) ⇒ Object
22183 22184 22185 |
# File 'lib/v20220901/models.rb', line 22183 def deserialize(params) @Channel = params['Channel'] end |