package
1.0.1
Repository: https://github.com/sapcc/gophercloud-sapcc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Extract accepts a Page struct, specifically an v1.CommonPage struct, and extracts the elements into a slice of CostObjects structs.
Get retrieves a specific costobject based on its unique ID.
List returns a Pager which allows you to iterate over a collection of costobjects.

# Structs

No description provided by the author
GetResult represents the result of a get operation.
ListOpts is a structure that holds options for listing costobjects.

# Interfaces

ListOptsBuilder allows extensions to add additional parameters to the List request.