Struct fastly_api::apis::service_api::ListServicesParams
source · pub struct ListServicesParams {
pub page: Option<i32>,
pub per_page: Option<i32>,
pub sort: Option<String>,
pub direction: Option<String>,
}
Expand description
struct for passing parameters to the method list_services
Fields§
§page: Option<i32>
Current page.
per_page: Option<i32>
Number of records per page.
sort: Option<String>
Field on which to sort.
direction: Option<String>
Direction in which to sort results.
Trait Implementations§
source§impl Clone for ListServicesParams
impl Clone for ListServicesParams
source§fn clone(&self) -> ListServicesParams
fn clone(&self) -> ListServicesParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListServicesParams
impl Debug for ListServicesParams
source§impl Default for ListServicesParams
impl Default for ListServicesParams
source§fn default() -> ListServicesParams
fn default() -> ListServicesParams
Returns the “default value” for a type. Read more