# GoogleApi.ResourceSettings
Resource Settings API client library.
The Resource Settings API allows users to control and modify the behavior of their GCP resources (e.g., VM, firewall, Project, etc.) across the Cloud Resource Hierarchy.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_resource_settings` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_resource_settings, "~> 0.3"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/resource-manager/docs/resource-settings/overview](https://cloud.google.com/resource-manager/docs/resource-settings/overview).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_resource_settings](https://hexdocs.pm/google_api_resource_settings).