kustomer-client
    Preparing search index...

    Type Alias GetAttachmentByMessageAndAttachmentIdResponses

    type GetAttachmentByMessageAndAttachmentIdResponses = {
        "200": {
            data: {
                attributes: {
                    contentLength: number;
                    contentType: string;
                    name: string;
                    redacted: boolean;
                };
                id: string;
                links: { related: string; self: string };
                relationships: {
                    message: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                contentLength: number;
                contentType: string;
                name: string;
                redacted: boolean;
            };
            id: string;
            links: { related: string; self: string };
            relationships: {
                message: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK