README.md
# GoogleApi.DLP
Sensitive Data Protection (DLP) client library.
Discover and protect your sensitive data. A fully managed service designed to help you discover, classify, and protect your valuable data assets with ease.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_dlp` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_dlp, "~> 0.52"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/sensitive-data-protection/docs/](https://cloud.google.com/sensitive-data-protection/docs/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_dlp](https://hexdocs.pm/google_api_dlp).