Class: TencentCloud::Apm::V20210622::Selectors
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::Selectors
- Defined in:
- lib/v20210622/models.rb
Overview
视图方案勾选情况
Instance Attribute Summary collapse
-
#Component ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(component = nil) ⇒ Selectors
constructor
A new instance of Selectors.
Constructor Details
#initialize(component = nil) ⇒ Selectors
Returns a new instance of Selectors.
3905 3906 3907 |
# File 'lib/v20210622/models.rb', line 3905 def initialize(component=nil) @Component = component end |
Instance Attribute Details
#Component ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3903 3904 3905 |
# File 'lib/v20210622/models.rb', line 3903 def Component @Component end |
Instance Method Details
#deserialize(params) ⇒ Object
3909 3910 3911 |
# File 'lib/v20210622/models.rb', line 3909 def deserialize(params) @Component = params['Component'] end |