V4StatusPagesDeleteSubscriberByIdResponse
Example Usage
import { V4StatusPagesDeleteSubscriberByIdResponse } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V4StatusPagesDeleteSubscriberByIdResponse = {
id: 919205,
type: "<value>",
emailID: "<id>",
webhookURL: "https://wordy-anticodon.name/",
};Fields
Field
Type
Required
Description
id
number
✔️
N/A
type
string
✔️
N/A
emailID
string
✔️
N/A
webhookURL
string
✔️
N/A
Last updated