CreateContactPointRequest: {
    contactPoint?: Cockpit.v1beta1.ContactPoint;
    projectId?: string;
}

Request to create a contact point.

Type declaration

  • OptionalcontactPoint?: Cockpit.v1beta1.ContactPoint

    Contact point to create.

  • OptionalprojectId?: string

    ID of the Project in which to create the contact point.