Class: TencentCloud::Icr::V20211014::GetIndustryV1HomeMembersRespType

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

Overview

获取成员列表接口回包TypeList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, typename = nil) ⇒ GetIndustryV1HomeMembersRespType

Returns a new instance of GetIndustryV1HomeMembersRespType.



296
297
298
299
# File 'lib/v20211014/models.rb', line 296

def initialize(type=nil, typename=nil)
  @Type = type
  @TypeName = typename
end

Instance Attribute Details

#TypeObject

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

Parameters:

  • Type:

    类型ID

  • TypeName:

    类型名称



294
295
296
# File 'lib/v20211014/models.rb', line 294

def Type
  @Type
end

#TypeNameObject

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

Parameters:

  • Type:

    类型ID

  • TypeName:

    类型名称



294
295
296
# File 'lib/v20211014/models.rb', line 294

def TypeName
  @TypeName
end

Instance Method Details

#deserialize(params) ⇒ Object



301
302
303
304
# File 'lib/v20211014/models.rb', line 301

def deserialize(params)
  @Type = params['Type']
  @TypeName = params['TypeName']
end