Type Definition digitalocean::request::TagRequest []

type TagRequest<M, V> = Request<M, V>;

A type alias with Request<_, Tag> specific functions.

Methods

impl TagRequest<Get, Tag>
[src]

Accepts tuples matching (id, type). Currently the only type is "droplet".

Digital Ocean Documentation.

Accepts tuples matching (id, type). Currently the only type is "droplet".

Digital Ocean Documentation.