Class: TencentCloud::Apm::V20210622::Selectors

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

Overview

视图方案勾选情况

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ComponentObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Component:

    组件勾选情况



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