# Functions

Add creates a new project group.
DeleteByID deletes the resource that matches the space ID and input ID.
Get returns a collection of project groups based on the criteria defined by its input query parameter.
GetAll returns all project groups.
GetByID returns the project group that matches the input ID.
No description provided by the author
No description provided by the author
NewProjectGroupService returns a projectGroupService with a preconfigured client.
Update modifies a project group based on the one provided as input.

# Structs

No description provided by the author
ProjectGroupService handles communication with ProjectGroup-related methods of the Octopus API.
No description provided by the author