Type alias HighSystemsRequestPutVariable

HighSystemsRequestPutVariable: HighSystemsRequest & {
    appid: any;
    name: string;
    relatedApplication: string;
    value: string;
    variableid: any;
}

Type declaration

  • appid: any

    Application ID

  • name: string
  • relatedApplication: string
  • value: string
  • variableid: any

    Variable ID

Generated using TypeDoc