Check for the existence of a type.
Input Parameter Description
Name | Type | Description |
---|---|---|
type_id | string | Id of the type returned in response to Create Type request. |
options | map of strings | Optional parameters. Default value is an empty map ( {} ). |
Output Parameter Description
Name | Type | Description |
---|---|---|
type_id | string | Value of input parameter type_id. |
type_exists | boolean | Indicates whether the type exists or not. The allowed values are:
|