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.
1 parent aceabaf commit c63c1dcCopy full SHA for c63c1dc
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