Unable to clear portrait_marketing_images under discovery_multi_asset_ad,running the library version 24.0.0:
I have tried portrait_marketing_images =[] or portrait_marketing_images =None, but it still exists. What is the specific implementation code for clearing portrait_marketing_images?
@celeray you likely need to manually add portrait_marketing_images to the field mask to communicate to the API that you're mutating the field to its default value.
Unable to clear portrait_marketing_images under discovery_multi_asset_ad,running the library version 24.0.0: I have tried portrait_marketing_images =[] or portrait_marketing_images =None, but it still exists. What is the specific implementation code for clearing portrait_marketing_images?