RegionalApiCreateContactPointRequest: {
    email?: Cockpit.v1.ContactPointEmail;
    projectId?: string;
    region?: Region;
}

Create a contact point.

Type declaration

  • Optionalemail?: Cockpit.v1.ContactPointEmail

    Email address of the contact point to create.

    One-of ('configuration'): at most one of 'email' could be set.

  • OptionalprojectId?: string

    ID of the Project to create the contact point in.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.