pub async fn get_page(
    rustemon_client: &RustemonClient
) -> Result<NamedApiResourceList<EvolutionTrigger>, Error>
Expand description

Returns the default page regarding the resource.

Arguments

rustemon_client - The RustemonClient to use to access the resource.