CreateEventResponse

public struct CreateEventResponse : Codable, Equatable

An object defining the event being created.

  • The event type that was created.

    See more

    Declaration

    Swift

    public enum TypeEnum : String
  • The event type that was created.

    Declaration

    Swift

    public var type: String?
  • Query event data object.

    Declaration

    Swift

    public var data: EventData?