GetEventResponse

public struct GetEventResponse : Codable

Response model for get event query

  • List of founded events

    Declaration

    Swift

    public let events: [Event]?