algolia / algoliasearch-client-java

⚡️ A fully-featured and blazing-fast Java API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/java/
MIT License
46 stars 33 forks source link

Add missing fields in Variant.java #721

Closed Ant-hem closed 4 years ago

Ant-hem commented 4 years ago

Description

The Variant POJO seems to be missing lots of fields comparing to the other clients.

Let's update it with all the latest fields.

See C# struct as a reference: https://github.com/algolia/algoliasearch-client-csharp/blob/master/src/Algolia.Search/Models/Analytics/Variant.cs

gaurangagarwal commented 4 years ago

Can i work on this issue ?