Skip to content

Commit 6e13991

Browse files
authored
feat(webhosting): add created at field in hosting summary (scaleway#2342)
1 parent 92def89 commit 6e13991

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/webhosting/v1/webhosting_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,9 @@ type HostingSummary struct {
636636
// ProjectID: ID of the Scaleway Project the Web Hosting plan belongs to.
637637
ProjectID string `json:"project_id"`
638638

639+
// CreatedAt: date on which the Web Hosting plan was created.
640+
CreatedAt *time.Time `json:"created_at"`
641+
639642
// UpdatedAt: date on which the Web Hosting plan was last updated.
640643
UpdatedAt *time.Time `json:"updated_at"`
641644

0 commit comments

Comments
 (0)