Skip to content

Commit e8d28de

Browse files
authored
feat(edge_services): add orga id in pipeline message (scaleway#2276)
1 parent c5019eb commit e8d28de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/edge_services/v1alpha1/edge_services_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,9 @@ type Pipeline struct {
910910
// ProjectID: project ID of the pipeline.
911911
ProjectID string `json:"project_id"`
912912

913+
// OrganizationID: organization ID of the pipeline.
914+
OrganizationID string `json:"organization_id"`
915+
913916
// CreatedAt: date the pipeline was created.
914917
CreatedAt *time.Time `json:"created_at"`
915918

0 commit comments

Comments
 (0)