Skip to content

Commit

Permalink
feat: update generated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Oct 24, 2024
1 parent c5019eb commit cb3ed63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/edge_services/v1alpha1/edge_services_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,9 @@ type Pipeline struct {
// ProjectID: project ID of the pipeline.
ProjectID string `json:"project_id"`

// OrganizationID: organization ID of the pipeline.
OrganizationID string `json:"organization_id"`

// CreatedAt: date the pipeline was created.
CreatedAt *time.Time `json:"created_at"`

Expand Down

0 comments on commit cb3ed63

Please sign in to comment.