DestinationInstructionDO
public class DestinationInstructionDO : NSManagedObject
extension DestinationInstructionDO : Identifiable
                : Destination interuction data
- 
                  
                  
Declaration
Swift
@nonobjc public class func createFetchRequest() -> NSFetchRequest<DestinationInstructionDO> - 
                  
                  
Declaration
Swift
@nonobjc public class func fetchRequest() -> NSFetchRequest<DestinationInstructionDO> - 
                  
                  
Declaration
Swift
@NSManaged public var createdDate: String? { get set } - 
                  
                  
Declaration
Swift
@NSManaged public var jsonString: String? { get set } - 
                  
                  
Declaration
Swift
@NSManaged public var propertyId: Int32 { get set } - 
                  
                  
Declaration
Swift
@NSManaged public var syncId: String? { get set } 
      DestinationInstructionDO Class Reference