Gets an item from the ApiSdk.v2.tags.item collection
The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.
To list all of your tags, you can send a GET request to /v2/tags.This endpoint will only return tagged resources that you are authorized to see(e.g. Droplets will only be returned if you have droplet:read).
OptionalrequestConfiguration: RequestConfiguration<TagsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a tag you can send a POST request to /v2/tags with a name attribute.
A tag is a label that can be applied to a resource (currently Droplets, Images, Volumes, Volume Snapshots, and Database clusters) in order to better organize or facilitate the lookups and actions on it.Tags have two attributes: a user defined name attribute and an embedded resources attribute with information about resources that have been tagged.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all of your tags, you can send a GET request to /v2/tags.This endpoint will only return tagged resources that you are authorized to see(e.g. Droplets will only be returned if you have droplet:read).
OptionalrequestConfiguration: RequestConfiguration<TagsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a tag you can send a POST request to /v2/tags with a name attribute.
A tag is a label that can be applied to a resource (currently Droplets, Images, Volumes, Volume Snapshots, and Database clusters) in order to better organize or facilitate the lookups and actions on it.Tags have two attributes: a user defined name attribute and an embedded resources attribute with information about resources that have been tagged.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/tags