Structures
The following structures are available globally.
-
A struct that provides methods to convert between dictionary, JSON and string values.
Available methods:
toDictionary(fromJSON:)
toJSON(fromDictionary:)
toString(fromJSON:)
Declaration
Swift
struct GTRKTypeConverter
-
A struct containing properties which keep data about a file that should be uploaded.
Note that all properties should have a value. Files described by
See moreGTRKFileInfo
objects with missing values in their properties won’t be uploaded.Declaration
Swift
struct GTRKFileInfo