StatusPagesCreateStatusPageResponse
Example Usage
import { StatusPagesCreateStatusPageResponse } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: StatusPagesCreateStatusPageResponse = {
data: {
id: 813790,
organizationID: "<id>",
name: "<value>",
isPublic: true,
timezone: "Atlantic/Canary",
domainName: "powerless-quart.net",
contactEmail: "<value>",
allowComponentsSubscription: false,
allowMaintenanceSubscription: false,
allowWebhookSubscription: false,
ownerType: "<value>",
ownerID: "<id>",
teamID: "<id>",
},
};Fields
Field
Type
Required
Description
Last updated