pub async fn list_log_heroku(
configuration: &mut Configuration,
params: ListLogHerokuParams,
) -> Result<Vec<LoggingHerokuResponse>, Error<ListLogHerokuError>>
Expand description
List all of the Herokus for a particular service and version.
pub async fn list_log_heroku(
configuration: &mut Configuration,
params: ListLogHerokuParams,
) -> Result<Vec<LoggingHerokuResponse>, Error<ListLogHerokuError>>
List all of the Herokus for a particular service and version.