We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5019eb commit e8d28deCopy full SHA for e8d28de
api/edge_services/v1alpha1/edge_services_sdk.go
@@ -910,6 +910,9 @@ type Pipeline struct {
910
// ProjectID: project ID of the pipeline.
911
ProjectID string `json:"project_id"`
912
913
+ // OrganizationID: organization ID of the pipeline.
914
+ OrganizationID string `json:"organization_id"`
915
+
916
// CreatedAt: date the pipeline was created.
917
CreatedAt *time.Time `json:"created_at"`
918
0 commit comments