@akamai/openapi-ts
    Preparing search index...

    Type Alias PostManagedContactResponses

    type PostManagedContactResponses = {
        "200": {
            email: string;
            group: string | null;
            id: number;
            name: string;
            phone: { primary: string | null; secondary: string | null };
            updated: string;
        };
    }
    Index

    Properties

    Properties

    "200": {
        email: string;
        group: string | null;
        id: number;
        name: string;
        phone: { primary: string | null; secondary: string | null };
        updated: string;
    }

    Information about someone Linode's special forces may contact in case an issue is detected with a manager service.

    Type Declaration

    • email: string

      The address to email this Contact to alert them of issues.

    • group: string | null

      Filterable A grouping for this Contact. This is for display purposes only.

    • Readonlyid: number

      Read-only This Contact's unique ID.

    • name: string

      The name of this Contact.

    • phone: { primary: string | null; secondary: string | null }

      Information about how to reach this Contact by phone.

      • primary: string | null

        This Contact's primary phone number.

      • secondary: string | null

        This Contact's secondary phone number.

    • Readonlyupdated: string

      Read-only When this Contact was last updated.