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

    Type Alias PostTicketReplyResponses

    type PostTicketReplyResponses = {
        "200": {
            created: string;
            created_by: string;
            description: string;
            from_linode: boolean;
            gravatar_id: string;
            id: number;
        };
    }
    Index

    Properties

    Properties

    "200": {
        created: string;
        created_by: string;
        description: string;
        from_linode: boolean;
        gravatar_id: string;
        id: number;
    }

    An object representing a reply to a support ticket.

    Type Declaration

    • Readonlycreated: string

      Read-only When this ticket reply was created.

    • Readonlycreated_by: string

      Read-only The user who submitted this reply.

    • Readonlydescription: string

      Read-only The body of this support ticket reply.

    • Readonlyfrom_linode: boolean

      Read-only If true, this reply came from a Linode employee.

    • Readonlygravatar_id: string

      Read-only The Gravatar ID of the user who created this reply.

    • Readonlyid: number

      Read-only The unique ID of this support ticket reply.