-
Notifications
You must be signed in to change notification settings - Fork 160
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: liliarizona Differential Revision: D58591483 fbshipit-source-id: 8a5b71b2af66d0951df8d02c0cf0f3a88198b9e3
- Loading branch information
1 parent
d22bcc9
commit b1c5321
Showing
494 changed files
with
14,020 additions
and
229 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
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
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
27 changes: 27 additions & 0 deletions
27
lib/facebook_ads/ad_objects/ad_account_aaa_compatible_ad_objects.rb
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,27 @@ | ||
# 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. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# 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 AdAccountAaaCompatibleAdObjects < AdObject | ||
|
||
field :adgroup_ids, { list: 'string' } | ||
field :campaign_group_ids, { list: 'string' } | ||
field :campaign_ids, { list: 'string' } | ||
has_no_id | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
27 changes: 27 additions & 0 deletions
27
lib/facebook_ads/ad_objects/ad_account_aaa_similar_campaigns.rb
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,27 @@ | ||
# 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. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# 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 AdAccountAaaSimilarCampaigns < AdObject | ||
|
||
field :similar_campaign_limit, 'int' | ||
field :similar_campaigns_info, { list: 'hash' } | ||
field :used_campaign_slots, 'int' | ||
has_no_id | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
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
26 changes: 26 additions & 0 deletions
26
lib/facebook_ads/ad_objects/ad_account_ad_rules_count_by_type.rb
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,26 @@ | ||
# 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. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# 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 AdAccountAdRulesCountByType < AdObject | ||
|
||
field :count, 'int' | ||
field :evaluation_type, 'string' | ||
has_no_id | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
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
Oops, something went wrong.