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

  const BACKGROUND_000000 = 'background_000000';
  const BACKGROUND_0090FF = 'background_0090ff';
  const BACKGROUND_00AF4C = 'background_00af4c';
  const BACKGROUND_595959 = 'background_595959';
  const BACKGROUND_755DDE = 'background_755dde';
  const BACKGROUND_E50900 = 'background_e50900';
  const BACKGROUND_F23474 = 'background_f23474';
  const BACKGROUND_F78400 = 'background_f78400';
  const BACKGROUND_FFFFFF = 'background_ffffff';
}
