clientData

@SerialName(value = "clientData")
val clientData: JsonElement? = null

Parameters

clientData

An arbitrary object that will be serialized and stored as JSON using the GSON serialization mechanisms. In Java this field is an Object; since the type of the object is not known, the rest-client includes a utility method: `` MyCustomObject data = RestUtils.toType( activity.getClientData(), MyCustomObject.class); `` @param surveyReferences @param schemaReferences @param configReferences @param fileReferences @param configElements A map of app config element IDs to the app config element JSON of a specific app config element revision (the revision given in the configReferences map). @param version The optimistic locking version of the app config. This value must be submitted as part of the next update of the model. If it does not match the value on the server, a 409 error (Conflict) will prevent the update from occurring. It can also serve as a key to determine if a local cache of AppConfig needs to be updated. @param type AppConfig