V3RunbooksUpdationInfo
Represents information about the creation or updation of an entity.
Example Usage
import { V3RunbooksUpdationInfo } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3RunbooksUpdationInfo = {
userName: "Katelyn.Gottlieb",
usernameForDisplay: "<value>",
userId: "<id>",
at: new Date("2024-01-23T11:29:53.905Z"),
};Fields
Field
Type
Required
Description
userName
string
✔️
The full name of the user who performed the action.
usernameForDisplay
string
✔️
The display name of the user who performed the action.
userId
string
✔️
The ID of the user who performed the action.
Last updated