-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: ignore-conflict-markers Reviewed By: stcheng Differential Revision: D49294407 fbshipit-source-id: 647f1e0f6c8172e985cbb46c0845ebb62860fad3
- Loading branch information
1 parent
ba180c8
commit d25f2cb
Showing
171 changed files
with
4,783 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
src/FacebookAds/Object/AdAssetCustomizationRuleCustomizationSpec.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?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 FacebookAds\Object; | ||
|
||
use FacebookAds\ApiRequest; | ||
use FacebookAds\Cursor; | ||
use FacebookAds\Http\RequestInterface; | ||
use FacebookAds\TypeChecker; | ||
use FacebookAds\Object\Fields\AdAssetCustomizationRuleCustomizationSpecFields; | ||
use FacebookAds\Object\Values\AdAssetCustomizationRuleCustomizationSpecDevicePlatformsValues; | ||
|
||
/** | ||
* 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. | ||
* | ||
*/ | ||
|
||
class AdAssetCustomizationRuleCustomizationSpec extends AbstractObject { | ||
|
||
/** | ||
* @return AdAssetCustomizationRuleCustomizationSpecFields | ||
*/ | ||
public static function getFieldsEnum() { | ||
return AdAssetCustomizationRuleCustomizationSpecFields::getInstance(); | ||
} | ||
|
||
protected static function getReferencedEnums() { | ||
$ref_enums = array(); | ||
$ref_enums['DevicePlatforms'] = AdAssetCustomizationRuleCustomizationSpecDevicePlatformsValues::getInstance()->getValues(); | ||
return $ref_enums; | ||
} | ||
|
||
|
||
} |
Oops, something went wrong.