kustomer-client
    Preparing search index...

    Type Alias GetCustomAttributeMetadataData

    type GetCustomAttributeMetadataData = {
        body?: never;
        path: { resource: string };
        query?: never;
        url: "/metadata/{resource}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { resource: string }

    Type declaration

    • resource: string

      Resource for custom attribute metadata retrieval. Valid values: company, conversation, customer, message, and kobject.*.

    query?: never
    url: "/metadata/{resource}"