Response returned when listing contact points.

interface ListContactPointsResponse {
    contactPoints: Cockpit.v1beta1.ContactPoint[];
    hasAdditionalContactPoints: boolean;
    hasAdditionalReceivers: boolean;
    totalCount: number;
}

Properties

contactPoints: Cockpit.v1beta1.ContactPoint[]

Array of contact points.

hasAdditionalContactPoints: boolean

Specifies whether there are unmanaged contact points.

hasAdditionalReceivers: boolean

Specifies whether the contact point has other receivers than the default receiver.

totalCount: number

Count of all contact points created.