V3WebformsWebformResponse
Example Usage
import { V3WebformsWebformResponse } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3WebformsWebformResponse = {
id: 586478,
orgId: "<id>",
ownerId: "<id>",
name: "<value>",
isCname: true,
publicUrl: "https://smug-requirement.biz",
tags: {},
isCaptchaEnabled: false,
captchaProvider: "<value>",
captchaSecret: {
siteKey: "<value>",
secret: "<value>",
},
formOwnerType: "<value>",
formOwnerId: "<id>",
formOwnerName: "<value>",
services: [
{
serviceId: "<id>",
name: "<value>",
alias: "<value>",
},
],
inputField: [],
header: "<value>",
title: "<value>",
footerText: "<value>",
footerLink: "<value>",
emailOn: [
"<value 1>",
"<value 2>",
],
incidentCount: 668363,
mttr: 3209.76,
isDeleted: true,
deletedAt: "<value>",
};Fields
Field
Type
Required
Description
id
number
✔️
N/A
orgId
string
✔️
N/A
ownerId
string
✔️
N/A
name
string
✔️
N/A
isCname
boolean
✔️
N/A
publicUrl
string
✔️
N/A
hostName
string
➖
N/A
isCaptchaEnabled
boolean
✔️
N/A
captchaProvider
string
✔️
N/A
formOwnerType
string
✔️
N/A
formOwnerId
string
✔️
N/A
formOwnerName
string
✔️
N/A
header
string
✔️
N/A
title
string
✔️
N/A
logoUrl
string
➖
N/A
footerText
string
✔️
N/A
footerLink
string
✔️
N/A
emailOn
string[]
✔️
N/A
description
string
➖
N/A
incidentCount
number
✔️
N/A
mttr
number
✔️
N/A
isDeleted
boolean
✔️
N/A
deletedAt
string
✔️
N/A
Last updated