<?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 AdCreativeLinkDataCustomOverlaySpecTextColorValues getInstance()
 */
class AdCreativeLinkDataCustomOverlaySpecTextColorValues extends AbstractEnum {

  const TEXT_000000 = 'text_000000';
  const TEXT_007AD0 = 'text_007ad0';
  const TEXT_009C2A = 'text_009c2a';
  const TEXT_646464 = 'text_646464';
  const TEXT_755DDE = 'text_755dde';
  const TEXT_C91B00 = 'text_c91b00';
  const TEXT_F23474 = 'text_f23474';
  const TEXT_F78400 = 'text_f78400';
  const TEXT_FFFFFF = 'text_ffffff';
}
