circle-info
Squadcast is now SolarWinds Incident Response

WebformsGetWebformByIdRequest

Example Usage

import { WebformsGetWebformByIdRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";

let value: WebformsGetWebformByIdRequest = {
  webformId: 960491,
  ownerId: "<id>",
};

Fields

Field
Type
Required
Description

webformId

number

✔️

N/A

ownerId

string

✔️

N/A

Last updated