circle-info
Squadcast is now SolarWinds Incident Response

User

Example Usage

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

let value: User = {
  id: "<id>",
  firstName: "Joanie",
  lastName: "Klocko",
  deleted: false,
};

Fields

Field
Type
Required
Description

id

string

✔️

N/A

firstName

string

✔️

N/A

lastName

string

✔️

N/A

deleted

boolean

✔️

N/A

Last updated