# Packages

quotas unit tests.

# Functions

Get returns Networking Quotas for a project.
GetDetail returns detailed Networking Quotas for a project.
Update accepts a UpdateOpts struct and updates an existing Networking Quotas using the values provided.

# Structs

GetDetailResult represents the detailed result of a get operation.
GetResult represents the result of a get operation.
Quota contains Networking quotas for a project.
QuotaDetail is a set of details about a single operational limit that allows for control of networking usage.
QuotaDetailSet represents details of both operational limits of Networking resources for a project and the current usage of those resources.
UpdateOpts represents options used to update the Networking Quotas.
UpdateResult represents the result of an update operation.

# Interfaces

UpdateOptsBuilder allows extensions to add additional parameters to the Update request.