Skip to main content

Module models

Module models 

Source

Re-exports§

pub use file::*;
pub use list::*;
pub use record::*;

Modules§

file
list
record

Structs§

App
Represents an Onspring application.
CollectionResponse
A collection response from the API (non-paginated).
Field
Represents a field in an Onspring application.
ListFieldValue
Represents a value in a list field.
PagedResponse
A paginated response from the API.
PagingRequest
Parameters for paginated API requests.
ReportData
Represents the data returned by a report.
ReportInfo
Represents a report associated to an app (used in list responses).
ReportRow
Represents a single row in a report.

Enums§

DataFormat
The format of data returned by the API.
FormulaOutputType
The output type of a formula field.
Multiplicity
Whether a field allows single or multiple selections.
ReportDataType
The type of report data to retrieve.
ValueType
The type of a field’s value in a record.