# Functions

Add creates a new action template.
DeleteById deletes the action template based on the ID provided as input.
GetByID returns the action template that matches the input ID.
No description provided by the author
NewActionTemplate creates and initializes an action template.
No description provided by the author
NewActionTemplateService returns an actionTemplateService with a preconfigured client.
Update modifies an action template based on the one provided as input.

# Structs

ActionTemplate represents an action template in Octopus Deploy.
ActionTemplateCategory represents an action template category.
No description provided by the author
ActionTemplateParameter represents an action template parameter.
ActionTemplateSearch represents an action template search.
ActionTemplateService handles communication for any operations in the Octopus API that pertain to action templates.
No description provided by the author
Query represents parameters to query the ActionTemplates service.