Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeImportPostRequestBody ¶
func SerializeImportPostRequestBody(values []ImportPostRequestBody) []string
Types ¶
type ImportPostRequestBody ¶
type ImportPostRequestBody int
Setting for deciding what to do when a Process GUID already exists. <ul> <li>Error - the request will fail if Process Template exists.</li> </ul>
const (
ERROR_IMPORTPOSTREQUESTBODY ImportPostRequestBody = iota
)
func (ImportPostRequestBody) String ¶
func (i ImportPostRequestBody) String() string
Click to show internal directories.
Click to hide internal directories.