Entry

public struct Entry : Hashable, Codable, Equatable
  • Declaration

    Swift

    public init(name: String, identifier: String, gId: Bool = false, logo: String? = nil)
  • Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public let identifier: String
  • gId

    is GID flow?

    Declaration

    Swift

    public let gId: Bool
  • Declaration

    Swift

    public let logo: String?
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws