export interface AgentMetadataResponseModel {
    /** The creation time of the agent in unix seconds */
    createdAtUnixSecs: number;
    /** The last update time of the agent in unix seconds */
    updatedAtUnixSecs: number;
}
