Skip to content

Commit

Permalink
feat: update generated APIs (scaleway#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 6, 2024
1 parent 807ee11 commit 59f12be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/container/v1beta1/container_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,12 @@ type Namespace struct {

// Tags: [ALPHA] List of tags applied to the Serverless Container Namespace.
Tags []string `json:"tags"`

// CreatedAt: creation date of the namespace.
CreatedAt *time.Time `json:"created_at"`

// UpdatedAt: last update date of the namespace.
UpdatedAt *time.Time `json:"updated_at"`
}

// Token: token.
Expand Down
6 changes: 6 additions & 0 deletions api/function/v1beta1/function_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,12 @@ type Namespace struct {

// Tags: [ALPHA] List of tags applied to the Serverless Function Namespace.
Tags []string `json:"tags"`

// CreatedAt: creation date of the namespace.
CreatedAt *time.Time `json:"created_at"`

// UpdatedAt: last update date of the namespace.
UpdatedAt *time.Time `json:"updated_at"`
}

// Token: token.
Expand Down

0 comments on commit 59f12be

Please sign in to comment.