Type Alias RenameAppPayloadV2

Payload to send when renaming an Analytics Application generated by an ODAG request.

type RenameAppPayloadV2 = {
    appName: string;
}
Index

Properties

Properties

appName: string

The new name of the generated Analytics Application.