File State
data class FileState(val size: Long = 0, val name: String?, val mimeType: String?, val fieldName: String)
The state of a file attached to the VGS Collect instance.
Parameters
size
The size of the file in bytes.
name
The name of the file.
mime Type
The MIME type of the file.
field Name
The name of the field used for data transfer to the VGS proxy.