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

    Type Alias WarningObject

    An object for describing a single warning associated with a response.

    type WarningObject = {
        details?: string;
        title?: string;
    }
    Index

    Properties

    Properties

    details?: string

    Specific information related to the warning.

    title?: string

    The general warning message.