You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProjectOwnerIDstring`url:"projectOwnerId,omitempty"`// Unique 24-hexadecimal digit string that identifies the Atlas user account to be granted the Project Owner role on the specified project.
104
+
}
105
+
102
106
// GetAllProjects gets all project.
103
107
//
104
108
// See more: https://docs.atlas.mongodb.com/reference/api/project-get-all/
@@ -177,12 +181,17 @@ func (s *ProjectsServiceOp) GetOneProjectByName(ctx context.Context, projectName
177
181
// Create creates a project.
178
182
//
179
183
// See more: https://docs.atlas.mongodb.com/reference/api/project-create-one/
0 commit comments