Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Bugfix: fixed typo in json field
· 26cfb324
Joost Evertse
authored
Oct 02, 2024
26cfb324
Hide whitespace changes
Inline
Side-by-side
models.go
View file @
26cfb324
...
...
@@ -141,7 +141,7 @@ type PoolAwsCenter struct {
Aws_vpc_id
string
`json:"aws_vpc_id,omitempty"`
Vc_resource_pool_id
int64
`json:"vc_resource_pool_id,omitempty"`
Vc_spec_file_id
int64
`json:"vc_spec_file_id,omitempty"`
Provision_method
string
`json:"provision_
ti
me,omitempty"`
Provision_method
string
`json:"provision_me
thod
,omitempty"`
Provisioning_actions
[]
ProvisioningActions
`json:"provisioning_actions,omitempty"`
}
...
...