Class: TencentCloud::Bi::V20220105::WidgetVO
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bi::V20220105::WidgetVO
- Defined in:
- lib/v20220105/models.rb
Overview
组件信息
Instance Attribute Summary collapse
-
#WidgetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#WidgetName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(widgetid = nil, widgetname = nil) ⇒ WidgetVO
constructor
A new instance of WidgetVO.
Constructor Details
#initialize(widgetid = nil, widgetname = nil) ⇒ WidgetVO
Returns a new instance of WidgetVO.
4253 4254 4255 4256 |
# File 'lib/v20220105/models.rb', line 4253 def initialize(=nil, =nil) @WidgetId = @WidgetName = end |
Instance Attribute Details
#WidgetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4251 4252 4253 |
# File 'lib/v20220105/models.rb', line 4251 def WidgetId @WidgetId end |
#WidgetName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4251 4252 4253 |
# File 'lib/v20220105/models.rb', line 4251 def WidgetName @WidgetName end |
Instance Method Details
#deserialize(params) ⇒ Object
4258 4259 4260 4261 |
# File 'lib/v20220105/models.rb', line 4258 def deserialize(params) @WidgetId = params['WidgetId'] @WidgetName = params['WidgetName'] end |