Class ServiceNowBusinessServiceAttributes

Attributes of a ServiceNow business service

Hierarchy

  • ServiceNowBusinessServiceAttributes

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
instanceId: string

The ID of the ServiceNow instance

serviceName: string

The name of the business service

serviceSysId: string

The system ID of the business service in ServiceNow

Generated using TypeDoc