ApplicationDeployment: {
    action: action;
    applicationVersionId: string;
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    eventBrokerId: string;
    id?: string;
    type?: string;
    updatedTime?: string;
}

Type declaration

  • action: action
  • applicationVersionId: string
  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • eventBrokerId: string
  • Optional id?: string
  • Optional type?: string
  • Optional Readonly updatedTime?: string