File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments