pub struct GetAutomationTokensIdServicesParams {
pub id: String,
pub per_page: Option<i32>,
pub page: Option<i32>,
}
Expand description
struct for passing parameters to the method get_automation_tokens_id_services
Fields§
§id: String
§per_page: Option<i32>
§page: Option<i32>
Trait Implementations§
source§impl Clone for GetAutomationTokensIdServicesParams
impl Clone for GetAutomationTokensIdServicesParams
source§fn clone(&self) -> GetAutomationTokensIdServicesParams
fn clone(&self) -> GetAutomationTokensIdServicesParams
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 Default for GetAutomationTokensIdServicesParams
impl Default for GetAutomationTokensIdServicesParams
source§fn default() -> GetAutomationTokensIdServicesParams
fn default() -> GetAutomationTokensIdServicesParams
Returns the “default value” for a type. Read more