<?php
 /*
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 * All rights reserved.
 *
 * This source code is licensed under the license found in the
 * LICENSE file in the root directory of this source tree.
 */

namespace FacebookPixelPlugin\FacebookAds\Object\Values;

use FacebookPixelPlugin\FacebookAds\Enum\AbstractEnum;

/**
 * This class is auto-generated.
 *
 * For any issues or feature requests related to this class, please let us know
 * on github and we'll fix in our codegen framework. We'll not be able to accept
 * pull request for this class.
 *
 * @method static AdAccountTargetingUnifiedLimitTypeValues getInstance()
 */
class AdAccountTargetingUnifiedLimitTypeValues extends AbstractEnum {

  const BEHAVIORS = 'behaviors';
  const COLLEGE_YEARS = 'college_years';
  const EDUCATION_MAJORS = 'education_majors';
  const EDUCATION_SCHOOLS = 'education_schools';
  const EDUCATION_STATUSES = 'education_statuses';
  const ETHNIC_AFFINITY = 'ethnic_affinity';
  const FAMILY_STATUSES = 'family_statuses';
  const GENERATION = 'generation';
  const HOME_OWNERSHIP = 'home_ownership';
  const HOME_TYPE = 'home_type';
  const HOME_VALUE = 'home_value';
  const HOUSEHOLD_COMPOSITION = 'household_composition';
  const INCOME = 'income';
  const INDUSTRIES = 'industries';
  const INTERESTED_IN = 'interested_in';
  const INTERESTS = 'interests';
  const LIFE_EVENTS = 'life_events';
  const LOCATION_CATEGORIES = 'location_categories';
  const MOMS = 'moms';
  const NET_WORTH = 'net_worth';
  const OFFICE_TYPE = 'office_type';
  const POLITICS = 'politics';
  const RELATIONSHIP_STATUSES = 'relationship_statuses';
  const USER_ADCLUSTERS = 'user_adclusters';
  const WORK_EMPLOYERS = 'work_employers';
  const WORK_POSITIONS = 'work_positions';
}
