RestKey
public struct RestKey
                Rest api key.
- 
                  
                  
Prefix fo reserved key ie. __
Declaration
Swift
public static let reserved: String - 
                  
                  
entity model key
Declaration
Swift
public static let entityModel: String - 
                  
                  
count key
Declaration
Swift
public static let count: String - 
                  
                  
send key
Declaration
Swift
public static let sent: String - 
                  
                  
first key
Declaration
Swift
public static let first: String - 
                  
                  
entity key
Declaration
Swift
public static let entities: String - 
                  
                  
key for key
Declaration
Swift
public static let key: String - 
                  
                  
stamp key
Declaration
Swift
public static let stamp: String - 
                  
                  
timestamp key
Declaration
Swift
public static let timestamp: String - 
                  
                  
deferred key
Declaration
Swift
public static let deferred: String - 
                  
                  
global stamp
Declaration
Swift
public static let globalStamp: String 
        RestKey Structure Reference