circle-info
Squadcast is now SolarWinds Incident Response

Organization

Example Usage

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

let value: Organization = {
  id: "<id>",
  name: "<value>",
  slug: "<value>",
};

Fields

Field
Type
Required
Description

id

string

✔️

N/A

name

string

✔️

N/A

slug

string

✔️

N/A

Last updated