pub struct SalesforceSettingsInput {Show 14 fields
pub send_note_on_status_change: Option<bool>,
pub send_note_on_comment: Option<bool>,
pub automate_ticket_reopening_on_completion: Option<bool>,
pub automate_ticket_reopening_on_cancellation: Option<bool>,
pub automate_ticket_reopening_on_comment: Option<bool>,
pub disable_customer_requests_auto_creation: Option<bool>,
pub automate_ticket_reopening_on_project_completion: Option<bool>,
pub automate_ticket_reopening_on_project_cancellation: Option<bool>,
pub enable_ai_intake: Option<bool>,
pub subdomain: Option<String>,
pub url: Option<String>,
pub reopen_case_status: Option<String>,
pub restrict_visibility: Option<bool>,
pub default_team: Option<String>,
}Fields§
§send_note_on_status_change: Option<bool>Whether an internal message should be added when a Linear issue changes status (for status types except completed or canceled).
send_note_on_comment: Option<bool>Whether an internal message should be added when someone comments on an issue.
automate_ticket_reopening_on_completion: Option<bool>Whether a ticket should be automatically reopened when its linked Linear issue is completed.
automate_ticket_reopening_on_cancellation: Option<bool>Whether a ticket should be automatically reopened when its linked Linear issue is cancelled.
automate_ticket_reopening_on_comment: Option<bool>Whether a ticket should be automatically reopened when a comment is posted on its linked Linear issue
disable_customer_requests_auto_creation: Option<bool>ALPHA Whether customer and customer requests should not be automatically created when conversations are linked to a Linear issue.
automate_ticket_reopening_on_project_completion: Option<bool>Whether a ticket should be automatically reopened when its linked Linear project is completed.
automate_ticket_reopening_on_project_cancellation: Option<bool>Whether a ticket should be automatically reopened when its linked Linear project is cancelled.
enable_ai_intake: Option<bool>Whether Linear Agent should be enabled for this integration.
subdomain: Option<String>The Salesforce subdomain.
url: Option<String>The Salesforce instance URL.
reopen_case_status: Option<String>The Salesforce case status to use to reopen cases.
restrict_visibility: Option<bool>Whether to restrict visibility of the integration to issues that have been either created from Salesforce or linked to Salesforce.
default_team: Option<String>The Salesforce team to use when a template doesn’t specify a team.
Trait Implementations§
Source§impl Clone for SalesforceSettingsInput
impl Clone for SalesforceSettingsInput
Source§fn clone(&self) -> SalesforceSettingsInput
fn clone(&self) -> SalesforceSettingsInput
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more