Skip to content

Commit 59f12be

Browse files
authored
feat: update generated APIs (scaleway#2297)
1 parent 807ee11 commit 59f12be

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

api/container/v1beta1/container_sdk.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,12 @@ type Namespace struct {
10801080

10811081
// Tags: [ALPHA] List of tags applied to the Serverless Container Namespace.
10821082
Tags []string `json:"tags"`
1083+
1084+
// CreatedAt: creation date of the namespace.
1085+
CreatedAt *time.Time `json:"created_at"`
1086+
1087+
// UpdatedAt: last update date of the namespace.
1088+
UpdatedAt *time.Time `json:"updated_at"`
10831089
}
10841090

10851091
// Token: token.

api/function/v1beta1/function_sdk.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,6 +1150,12 @@ type Namespace struct {
11501150

11511151
// Tags: [ALPHA] List of tags applied to the Serverless Function Namespace.
11521152
Tags []string `json:"tags"`
1153+
1154+
// CreatedAt: creation date of the namespace.
1155+
CreatedAt *time.Time `json:"created_at"`
1156+
1157+
// UpdatedAt: last update date of the namespace.
1158+
UpdatedAt *time.Time `json:"updated_at"`
11531159
}
11541160

11551161
// Token: token.

0 commit comments

Comments
 (0)