FileServerSyncPathsValidationResponse#

class FileServerSyncPathsValidationResponse(file_server_ext_id=None, error_message=None, sync_path_entities_response=None, *args, **kwargs)#

Bases: object

File server data synchronization paths validation response. Response includes the invalid synchronization paths and the error messages.

Parameters:
  • file_server_ext_id – (file_server_ext_id) The external identifier of the file server.

  • error_message – (error_message) Data synchronization path validation API error message.

  • sync_path_entities_response – (sync_path_entities_response) Data synchronization path entities validation response.

property error_message#

Data synchronization path validation API error message.

Type:

str

property file_server_ext_id#

The external identifier of the file server.

Type:

str

property sync_path_entities_response#

Data synchronization path entities validation response.

Type:

list[ SynchronizationPathEntityResponse ]

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model