circle-info
Squadcast is now SolarWinds Incident Response

V3UsersContact

Example Usage

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

let value: V3UsersContact = {
  dialCode: "<value>",
  phoneNumber: "436-622-5758 x07968",
};

Fields

Field
Type
Required
Description

dialCode

string

✔️

N/A

phoneNumber

string

✔️

N/A

Last updated