Domain Documentation

Structure New​User​Request

public struct NewUserRequest: Codable  

see https://github.com/gothinkster/realworld/blob/master/api/swagger.json

NewUserRequest NewUserRequest Codable Codable NewUserRequest->Codable

Conforms To

Codable

Initializers

init(user:​)

public init(user: NewUser)  

Properties

user

public var user: NewUser