Skip to content

Commit

Permalink
Auto-generated API spec changes
Browse files Browse the repository at this point in the history
Summary:
**Use Accept And Shipit**
Automitically generate from our internal API framework.

Reviewed By: liliarizona

Differential Revision: D65913252

fbshipit-source-id: ef9d136490fb9b230e9f63bccd2acffbf1b0f552
  • Loading branch information
satwikareddy3 authored and facebook-github-bot committed Nov 14, 2024
1 parent 1a0bf60 commit ec46a30
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions facebook_business/adobjects/adcreativefeaturecustomizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
pull request for this class.
"""


class AdCreativeFeatureCustomizations(
AbstractObject,
):
Expand All @@ -24,14 +25,15 @@ def __init__(self, api=None):
self._api = api

class Field(AbstractObject.Field):
showcase_card_display = 'showcase_card_display'
image_crop_style = "image_crop_style"
showcase_card_display = "showcase_card_display"

_field_types = {
'showcase_card_display': 'string',
"image_crop_style": "string",
"showcase_card_display": "string",
}

@classmethod
def _get_field_enum_info(cls):
field_enum_info = {}
return field_enum_info


0 comments on commit ec46a30

Please sign in to comment.