Interface DeleteEvent

    • Method Detail

      • ref

        @Nullable
        String ref()
        Full git reference
      • refType

        @Nullable
        String refType()
        The object that was deleted. Can be "branch" or "tag".
      • pusherType

        @Nullable
        String pusherType()
        Pusher type. E.g. user. The github api does not document any other types, yet. To be totally honest, it does not document *ANYTHING* about this field, so leave it as string for now.