pub struct CreateAutomationTokenParams {
pub automation_token_create_request: Option<AutomationTokenCreateRequest>,
}
Expand description
struct for passing parameters to the method create_automation_token
Fields§
§automation_token_create_request: Option<AutomationTokenCreateRequest>
Trait Implementations§
source§impl Clone for CreateAutomationTokenParams
impl Clone for CreateAutomationTokenParams
source§fn clone(&self) -> CreateAutomationTokenParams
fn clone(&self) -> CreateAutomationTokenParams
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 CreateAutomationTokenParams
impl Debug for CreateAutomationTokenParams
source§impl Default for CreateAutomationTokenParams
impl Default for CreateAutomationTokenParams
source§fn default() -> CreateAutomationTokenParams
fn default() -> CreateAutomationTokenParams
Returns the “default value” for a type. Read more