Has Type

Check for the existence of a type.

Input Parameter Description

NameTypeDescription
type_idstringId of the type returned in response to Create Type request.
optionsmap of string to strings

Optional parameters.

The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
type_idstringValue of input parameter type_id.
type_existsboolean

Indicates whether the type exists or not.

The supported values are:

  • true
  • false
infomap of string to stringsAdditional information.