DataFileUploadContext
public struct DataFileUploadContext : JSONEncodedBody
Undocumented
-
The user id who this file belongs to
Declaration
Swift
public var userID: Int? -
Override the sport type
Declaration
Swift
public var sport: ActivityType? -
The original filename
Declaration
Swift
public var filename: String? -
The activity type this file is to be associate with
Declaration
Swift
public var category: ActivityResultType? -
The activity id this file is to be associated with
Declaration
Swift
public var activityID: Int? -
Override the timestamps within this file to commence from this value
Declaration
Swift
public var startTime: Milliseconds? -
Alternate display name
Declaration
Swift
public var name: String? -
The equipment used for this activity
Declaration
Swift
public var equipment: Equipment? -
The workout type for this activity
Declaration
Swift
public var workout: WorkoutType? -
A HTTP/HTTPS URL we will call back when the file has been processed
Declaration
Swift
public var callbackURL: String? -
A bit mask of UserConnectionType.java ordinals - which 3rd party sites should be try to upload this file to
Declaration
Swift
public var pushMask: Int? -
An external bike UUID - used for component tracking
Declaration
Swift
public var bikeID: String? -
Undocumented
Declaration
Swift
public init()
View on GitHub
DataFileUploadContext Structure Reference