UpdateActionType
public enum UpdateActionType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case createOrUpdate = "CREATE_OR_UPDATE" -
Undocumented
Declaration
Swift
case delete = "DELETE" -
Declaration
Swift
public var description: String { get }
View on GitHub
UpdateActionType Enumeration Reference