Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always generate a RequestOptions subclass.
Doing so fixes a bug where the generated RequestBuilder would otherwise not include methods from RequestOptions. It’s also probably more consistent to always have the subclass rather than only have it if an extension is defined somewhere.
- Loading branch information