You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,7 +30,8 @@ class AddDestinationToAudienceAlphaOutput(BaseModel):
30
30
"""
31
31
connection: Connection=Field(...)
32
32
id_sync_configuration: conlist(IDSyncConfigurationInput) =Field(..., alias="idSyncConfiguration", description="The id sync configuration for the Destination - array of external ids with their strategies.")
connection_settings: Optional[Any] =Field(None, alias="connectionSettings", description="The settings that a Destination requires to create audiences on a third-party platform. These settings are Destination-specific and thus are best defined as unknown.")
id_sync_configuration: Optional[conlist(IDSyncConfigurationInput)] =Field(None, alias="idSyncConfiguration", description="ID Sync configuration - array of external IDs with their strategies.")
connection_settings: Optional[Any] =Field(None, alias="connectionSettings", description="The settings that a Destination requires to create audiences on a third-party platform. These settings are Destination-specific and thus are best defined as unknown.")
0 commit comments