feat: added save record request model with tests

This commit is contained in:
StevanFreeborn
2023-02-12 22:14:55 -06:00
parent 71ef5ffb07
commit 78f9be32e9
5 changed files with 99 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export class GetRecordsByAppIdRequest {
/**
* @property {DataFormat} dataFormat - The format of the data in the response.
*/
public dataFormat: DataFormat;
public dataFormat: DataFormat = DataFormat.Raw;
/**
* @property {PagingRequest} pagingRequest - The paging request.