export type EventManagementAgentRunCommand = { readonly createdTime?: string; readonly updatedTime?: string; readonly createdBy?: string; readonly changedBy?: string; /** * The raw docker run command used to start the Event Management Agent. */ readonly rawDockerRunCommand: string; /** * The formatted docker run command used to start the Event Management Agent. */ readonly formattedDockerRunCommand: string; id?: string; type?: string; };