README.md

# GoogleApi.WorkloadManager

Workload Manager API client library.

Workload Manager is a service that provides tooling for enterprise workloads to automate the deployment and validation of your workloads against best practices and recommendations.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_workload_manager` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_workload_manager, "~> 0.4"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/workload-manager/docs](https://cloud.google.com/workload-manager/docs).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_workload_manager](https://hexdocs.pm/google_api_workload_manager).