DigitalOcean.Tag.tag_resources

You're seeing just the function tag_resources, go back to DigitalOcean.Tag module for more information.
Link to this function

tag_resources(tag_name, opts)

Specs

tag_resources(String.t(), Keyword.t()) :: DigitalOcean.Operation.t()

Tag the given resources with specific tag.

Examples

iex> DigitalOcean.Tag.tag_resources("mytag", resources: [resource_id: "123", resource_name: "mydroplet"]) |> DigitalOcean.request()

{ :ok, %DigitalOcean.Response{} }