use crate;
use ;
/// Response containing a list of API logs with pagination metadata.
///
/// This struct represents the API response for API log listing requests,
/// including both the API log data and pagination information.
/// Response containing a single API log.
///
/// This struct represents the API response for retrieving a specific
/// API log by its identifier.