Host

public struct Host : Codable, Equatable

Struct representing Host related values.

  • id

    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 more

    Declaration

    Swift

    public struct Profile : Codable, Equatable
  • Declaration

    Swift

    public init(from decoder: Decoder) throws