Class ServiceNowAssignmentGroupAttributes

Attributes of a ServiceNow assignment group

Hierarchy

  • ServiceNowAssignmentGroupAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
assignmentGroupName: string

The name of the assignment group

assignmentGroupSysId: string

The system ID of the assignment group in ServiceNow

instanceId: string

The ID of the ServiceNow instance

Generated using TypeDoc