Class: TencentCloud::Icr::V20211014::GetIndustryV1HomeMembersRespIndustry

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

Overview

获取成员列表回包Industry

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, industryname = nil) ⇒ GetIndustryV1HomeMembersRespIndustry

Returns a new instance of GetIndustryV1HomeMembersRespIndustry.



166
167
168
169
# File 'lib/v20211014/models.rb', line 166

def initialize(id=nil, industryname=nil)
  @ID = id
  @IndustryName = industryname
end

Instance Attribute Details

#IDObject

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

Parameters:

  • ID:

    行业ID

  • IndustryName:

    行业名称



164
165
166
# File 'lib/v20211014/models.rb', line 164

def ID
  @ID
end

#IndustryNameObject

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

Parameters:

  • ID:

    行业ID

  • IndustryName:

    行业名称



164
165
166
# File 'lib/v20211014/models.rb', line 164

def IndustryName
  @IndustryName
end

Instance Method Details

#deserialize(params) ⇒ Object



171
172
173
174
# File 'lib/v20211014/models.rb', line 171

def deserialize(params)
  @ID = params['ID']
  @IndustryName = params['IndustryName']
end