Type Alias Reload

type Reload = {
    appId: string;
    creationTime: string;
    endTime?: string;
    engineTime?: string;
    errorCode?: string;
    errorMessage?: string;
    id: string;
    links?: ReloadLinks;
    log?: string;
    partial?: Partial;
    startTime?: string;
    status: Status;
    tenantId: string;
    type: Type;
    userId: string;
    weight?: Weight;
}
Index

Properties

appId: string

The ID of the app.

creationTime: string
endTime?: string
engineTime?: string
errorCode?: string
errorMessage?: string
id: string
links?: ReloadLinks
log?: string
partial?: Partial
startTime?: string
status: Status
tenantId: string
type: Type
userId: string
weight?: Weight