Example Usage

import { ToolUpdate } from "syllable-sdk/models/components";

let value: ToolUpdate = {
  name: "<value>",
  serviceId: 399025,
  id: 904045,
};

Fields

FieldTypeRequiredDescription
namestringTRUEThe name of the tool
definitioncomponents.ToolUpdateDefinitionFALSEThe definition of the tool
serviceIdnumberTRUEThe service this tool belongs to
idnumberTRUEThe ID of the tool