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 befb9b9 commit 1be16faCopy full SHA for 1be16fa
api/webhosting/v1/webhosting_sdk.go
@@ -572,6 +572,7 @@ const (
572
OfferOptionNameDedicatedIP = OfferOptionName("dedicated_ip")
573
OfferOptionNameEmailStorageGb = OfferOptionName("email_storage_gb")
574
OfferOptionNameDatabaseCount = OfferOptionName("database_count")
575
+ OfferOptionNameSupport = OfferOptionName("support")
576
)
577
578
func (enum OfferOptionName) String() string {
@@ -594,6 +595,7 @@ func (enum OfferOptionName) Values() []OfferOptionName {
594
595
"dedicated_ip",
596
"email_storage_gb",
597
"database_count",
598
+ "support",
599
}
600
601
0 commit comments