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.
2 parents aceabaf + c63c1dc commit 00ba6fbCopy full SHA for 00ba6fb
pkg/types.go
@@ -187,6 +187,7 @@ type DedicatedServerCreateInput struct {
187
Hosts []DedicatedServerHostInput `json:"hosts"`
188
OperatingSystemID *int64 `json:"operating_system_id"`
189
SSHKeyFingerprints []string `json:"ssh_key_fingerprints,omitempty"`
190
+ UserData *string `json:"user_data,omitempty"`
191
}
192
193
// ServerModelOption represents server model option
0 commit comments