Class: TencentCloud::Bi::V20220105::WidgetVO

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

Overview

组件信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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(widgetid=nil, widgetname=nil)
  @WidgetId = widgetid
  @WidgetName = widgetname
end

Instance Attribute Details

#WidgetIdObject

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

Parameters:

  • WidgetId:

    组件Id

  • WidgetName:

    组件name



4251
4252
4253
# File 'lib/v20220105/models.rb', line 4251

def WidgetId
  @WidgetId
end

#WidgetNameObject

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

Parameters:

  • WidgetId:

    组件Id

  • WidgetName:

    组件name



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