class TencentCloud::Ess::V20201111::AuthInfoDetail
def deserialize(params)
def deserialize(params) @Type = params['Type'] @Name = params['Name'] unless params['HasAuthUserList'].nil? @HasAuthUserList = [] params['HasAuthUserList'].each do |i| hasauthuser_tmp = HasAuthUser.new hasauthuser_tmp.deserialize(i) @HasAuthUserList << hasauthuser_tmp end end unless params['HasAuthOrganizationList'].nil? @HasAuthOrganizationList = [] params['HasAuthOrganizationList'].each do |i| hasauthorganization_tmp = HasAuthOrganization.new hasauthorganization_tmp.deserialize(i) @HasAuthOrganizationList << hasauthorganization_tmp end end @AuthUserTotal = params['AuthUserTotal'] @AuthOrganizationTotal = params['AuthOrganizationTotal'] end