# Packages
No description provided by the author
# Functions
ExtractProjects accepts a Page struct, specifically a ProjectPage struct, and extracts the elements into a slice of Project structs.
No description provided by the author
Get retrieves a specific project based on its unique ID.
List returns a Pager which allows you to iterate over a collection of projects.
No description provided by the author
Update accepts a UpdateOpts struct and updates an existing project using the values provided.
# Structs
The cost object structure.
No description provided by the author
GetResult represents the result of a get operation.
ListOpts is a structure that holds options for listing project masterdata.
Project represents a Billing Project.
ProjectPage is the page returned by a pager when traversing over a collection of projects.
UpdateOpts represents the attributes used when updating an existing project.
UpdateResult represents the result of an update operation.
# Interfaces
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.