Structure
ResponseType
public struct ResponseType: CodingKey, Codable
The coding keys to decode server responses
Relationships
Conforms To
Codable
CodingKey
Initializers
init(stringValue:)
public init(stringValue: String)
init(_:)
public init(_ value: String)
init?(intValue:)
public init?(intValue: Int)
init(from:)
public init(from decoder: Decoder) throws
Properties
stringValue
public let stringValue: String
intValue
public var intValue: Int?
Methods
encode(to:)
public func encode(to encoder: Encoder) throws