pub struct SetAgentIntegrationsRequest {
pub integration_ids: Vec<String>,
}Expand description
SetAgentIntegrationsRequest model.
Fields§
§integration_ids: Vec<String>The COMPLETE set after the call. Non-string members are ignored; ids the tenant does not own
come back under diff.unknown rather than failing the call.
Trait Implementations§
Source§impl Clone for SetAgentIntegrationsRequest
impl Clone for SetAgentIntegrationsRequest
Source§fn clone(&self) -> SetAgentIntegrationsRequest
fn clone(&self) -> SetAgentIntegrationsRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetAgentIntegrationsRequest
impl Debug for SetAgentIntegrationsRequest
Source§impl Default for SetAgentIntegrationsRequest
impl Default for SetAgentIntegrationsRequest
Source§fn default() -> SetAgentIntegrationsRequest
fn default() -> SetAgentIntegrationsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetAgentIntegrationsRequest
impl<'de> Deserialize<'de> for SetAgentIntegrationsRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for SetAgentIntegrationsRequest
Auto Trait Implementations§
impl Freeze for SetAgentIntegrationsRequest
impl RefUnwindSafe for SetAgentIntegrationsRequest
impl Send for SetAgentIntegrationsRequest
impl Sync for SetAgentIntegrationsRequest
impl Unpin for SetAgentIntegrationsRequest
impl UnsafeUnpin for SetAgentIntegrationsRequest
impl UnwindSafe for SetAgentIntegrationsRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more