pub struct ZendeskSettingsInput {Show 15 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 bot_user_id: Option<String>,
pub can_read_customers: Option<bool>,
pub supports_o_auth_refresh: Option<bool>,
pub host_mappings: Option<Vec<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 subdomain of the Zendesk organization being connected.
url: Option<String>The URL of the connected Zendesk organization.
bot_user_id: Option<String>The ID of the Linear bot user.
can_read_customers: Option<bool>INTERNAL Temporary flag indicating if the integration has the necessary scopes for Customers
supports_o_auth_refresh: Option<bool>INTERNAL Flag indicating if the integration supports OAuth refresh tokens
host_mappings: Option<Vec<String>>The host mappings from Zendesk brands.
Trait Implementations§
Source§impl Clone for ZendeskSettingsInput
impl Clone for ZendeskSettingsInput
Source§fn clone(&self) -> ZendeskSettingsInput
fn clone(&self) -> ZendeskSettingsInput
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more