Type Alias AppStateCondensedV2

Condensed state of an Analytics Application returned in state for Link, LinkUsage, Request, and ODAG Apps GET calls.

type AppStateCondensedV2 = {
    id: odagApps.AppIdV2;
    name: odagApps.AppNameV2;
}
Index

The system-assigned ID for an Analytics Application.

The name of an Analytics Application.