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 92def89 commit 6e13991Copy full SHA for 6e13991
api/webhosting/v1/webhosting_sdk.go
@@ -636,6 +636,9 @@ type HostingSummary struct {
636
// ProjectID: ID of the Scaleway Project the Web Hosting plan belongs to.
637
ProjectID string `json:"project_id"`
638
639
+ // CreatedAt: date on which the Web Hosting plan was created.
640
+ CreatedAt *time.Time `json:"created_at"`
641
+
642
// UpdatedAt: date on which the Web Hosting plan was last updated.
643
UpdatedAt *time.Time `json:"updated_at"`
644
0 commit comments