Type alias HighSystemsRequestPutFunction

HighSystemsRequestPutFunction: HighSystemsRequest & {
    appid: any;
    body: string;
    description?: string;
    functionid: any;
    name: string;
}

Type declaration

  • appid: any

    Application ID

  • body: string
  • Optional description?: string
  • functionid: any

    Function ID

  • name: string

Generated using TypeDoc