Host
public struct Host : Codable, Equatable
Struct representing Host related values.
-
Id of the Host.
Declaration
Swift
public var id: Int
-
Profile of the Host.
Declaration
Swift
public var profile: Host.Profile?
-
Undocumented
Declaration
Swift
public init(id: Int, profile: Profile?)
-
Struct representing Host Profile related values.
See moreDeclaration
Swift
public struct Profile : Codable, Equatable
-
Declaration
Swift
public init(from decoder: Decoder) throws