We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
omitempty
1 parent ceff1f4 commit bbd8331Copy full SHA for bbd8331
v2/api/store_type_models.go
@@ -20,10 +20,10 @@ type CertificateStoreTypeGeneric struct {
20
}
21
22
type CertificateStoreType struct {
23
- Name string `json:"Name,omitempty"`
24
- ShortName string `json:"ShortName,omitempty"`
+ Name string `json:"Name"`
+ ShortName string `json:"ShortName"`
25
Capability string `json:"Capability,omitempty"`
26
- StoreType int `json:"StoreType,omitempty"`
+ StoreType int `json:"StoreType"`
27
ImportType int `json:"ImportType,omitempty"`
28
LocalStore bool `json:"LocalStore,omitempty"`
29
SupportedOperations *StoreTypeSupportedOperations `json:"SupportedOperations,omitempty"`
0 commit comments