Domain Documentation

Structure Profile​Response

public struct ProfileResponse: Codable  

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

ProfileResponse ProfileResponse Codable Codable ProfileResponse->Codable

Conforms To

Codable

Initializers

init(profile:​)

public init(profile: Profile)  

Properties

profile

public var profile: Profile