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 by adding google_api_resource_settings to your list of dependencies in mix.exs:

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.

Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_resource_settings.