MCPcopy Create free account
hub / github.com/StackStorm/st2 / ActionAliasMatch

Class ActionAliasMatch

st2client/st2client/models/action_alias.py:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class ActionAliasMatch(core.Resource):
33 _alias = "Action-Alias-Match"
34 _display_name = "ActionAlias Match"
35 _plural = "ActionAliasMatches"
36 _plural_display_name = "Action Alias Matches"
37 _url_path = "actionalias"
38 _repr_attributes = ["command"]

Callers 3

runMethod · 0.90
runMethod · 0.90
runMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected