Constructors
constructor
- new SaveRecordRequest(appId, recordId?, fields?): SaveRecordRequest
Parameters
- appId: number
- recordId: null | number = null
- fields: Map<number, any> = ...
Properties
appId
appId: number
fields
fields: Map<number, any>
recordId
recordId: null | number
Methods
toJSON
- toJSON(): any
Returns any
Remarks
The key is the field id and the value is the value for the field.