circle-info
Squadcast is now SolarWinds Incident Response

CommonV3EntityOwner

Represents the owner of an entity.

Example Usage

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

let value: CommonV3EntityOwner = {
  id: "<id>",
  type: "<value>",
};

Fields

Field
Type
Required
Description

id

string

✔️

The ID of the owner.

type

string

✔️

The type of the owner ( "user", "squad").

Last updated