Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeleteGlobalVariableInput ¶
type DeleteGlobalVariableInput struct {
Name string `json:"name" jsonschema:"Global Variable name to delete"`
}
type GetGlobalVariableByNameInput ¶
type GetGlobalVariableByNameInput struct {
Name string `json:"name" jsonschema:"Global Variable name"`
}
Click to show internal directories.
Click to hide internal directories.