public function getFieldTypes()

in src/FacebookAds/Object/Fields/CatalogSubVerticalListFields.php [95:152]


  public function getFieldTypes() {
    return array(
      'appliances' => 'Object',
      'baby_feeding' => 'Object',
      'baby_transport' => 'Object',
      'beauty' => 'Object',
      'bedding' => 'Object',
      'cameras' => 'Object',
      'cameras_and_photos' => 'Object',
      'cell_phones_and_smart_watches' => 'Object',
      'cleaning_supplies' => 'Object',
      'clo_offer' => 'Object',
      'clothing' => 'Object',
      'clothing_accessories' => 'Object',
      'computer_components' => 'Object',
      'computers_and_tablets' => 'Object',
      'computers_laptops_and_tablets' => 'Object',
      'diapering_and_potty_training' => 'Object',
      'digital_product_offer' => 'Object',
      'electronic_accessories_and_cables' => 'Object',
      'electronics_accessories' => 'Object',
      'furniture' => 'Object',
      'health' => 'Object',
      'home' => 'Object',
      'home_goods' => 'Object',
      'household_and_cleaning_supplies' => 'Object',
      'jewelry' => 'Object',
      'large_appliances' => 'Object',
      'local_service_business_item' => 'Object',
      'local_service_business_restaurant' => 'Object',
      'loyalty_offer' => 'Object',
      'meetup_space' => 'Object',
      'nursery' => 'Object',
      'printers_and_scanners' => 'Object',
      'printers_scanners_and_fax_machines' => 'Object',
      'product_discount' => 'Object',
      'projectors' => 'Object',
      'shoes' => 'Object',
      'shoes_and_footwear' => 'Object',
      'software' => 'Object',
      'televisions_and_monitors' => 'Object',
      'test_child_sub_vertical' => 'Object',
      'test_grand_child_sub_vertical' => 'Object',
      'test_sub_vertical' => 'Object',
      'test_sub_vertical_alias' => 'Object',
      'test_sub_vertical_data_object' => 'Object',
      'third_party_electronics' => 'Object',
      'third_party_toys_and_games' => 'Object',
      'toys' => 'Object',
      'toys_and_games' => 'Object',
      'tvs_and_monitors' => 'Object',
      'vehicle_manufacturer' => 'Object',
      'video_game_consoles_and_video_games' => 'Object',
      'video_games_and_consoles' => 'Object',
      'video_projectors' => 'Object',
      'watches' => 'Object',
    );
  }