zendesk-messaging-client
    Preparing search index...

    Type Alias AppUpdateBody

    type AppUpdateBody = {
        displayName?: DisplayName;
        metadata?: Metadata;
        settings?: AppSettings;
    }
    Index

    Properties

    displayName?: DisplayName

    The friendly name of the app.

    metadata?: Metadata
    settings?: AppSettings