InstitutionLogo

public struct InstitutionLogo : Decodable, Hashable
  • Mime type of institution logo

    Declaration

    Swift

    public let type: String
  • Base64 encoded image data of institution logo

    Declaration

    Swift

    public let data: String

Conformance: Decodable

  • Creates a new instance by decoding from the given decoder.

    This initializer throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder to read data from.