Class: TencentCloud::Icr::V20211014::GetIndustryV1HomeMembersRespIndustry
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Icr::V20211014::GetIndustryV1HomeMembersRespIndustry
- Defined in:
- lib/v20211014/models.rb
Overview
获取成员列表回包Industry
Instance Attribute Summary collapse
-
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#IndustryName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, industryname = nil) ⇒ GetIndustryV1HomeMembersRespIndustry
constructor
A new instance of GetIndustryV1HomeMembersRespIndustry.
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
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
164 165 166 |
# File 'lib/v20211014/models.rb', line 164 def ID @ID end |
#IndustryName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
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 |