fix: add yaml tags to models so we can unmarshal camelCase (#148)
This commit is contained in:
@ -16,7 +16,7 @@ import (
|
||||
|
||||
// UsersLinks struct for UsersLinks
|
||||
type UsersLinks struct {
|
||||
Self *string `json:"self,omitempty"`
|
||||
Self *string `json:"self,omitempty" yaml:"self,omitempty"`
|
||||
}
|
||||
|
||||
// NewUsersLinks instantiates a new UsersLinks object
|
||||
|
Reference in New Issue
Block a user