SynchronizationPathEntityResponse#
- class SynchronizationPathEntityResponse(sync_path=None, error_message=None, *args, **kwargs)#
Bases:
object
Data synchronization path entity validation response.
- Parameters:
sync_path – (
sync_path
) Data synchronization patherror_message – (
error_message
) Data synchronization path error message.
- property error_message#
Data synchronization path error message.
- Type:
str
- property sync_path#
Data synchronization path
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model