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