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

    Type Alias EventWritable

    A specific event object. An event is an action taken against an entity related to your account. For example, if you boot a Linode, the system creates an event. The events returned depend on your user grants.

    type EventWritable = {
        message?: string | null;
    }
    Index

    Properties

    Properties

    message?: string | null

    Additional information about the event. This can be a more detailed representation of an event that can help you diagnose non-obvious failures.