pub struct ApplyConversionWorkspaceRequest {
pub connection_profile: Option<String>,
pub filter: Option<String>,
}
Expand description
Request message for ‘ApplyConversionWorkspace’ request.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§connection_profile: Option<String>
Fully qualified (Uri) name of the destination connection profile.
filter: Option<String>
Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.
Trait Implementations§
source§impl Clone for ApplyConversionWorkspaceRequest
impl Clone for ApplyConversionWorkspaceRequest
source§fn clone(&self) -> ApplyConversionWorkspaceRequest
fn clone(&self) -> ApplyConversionWorkspaceRequest
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 ApplyConversionWorkspaceRequest
impl Default for ApplyConversionWorkspaceRequest
source§fn default() -> ApplyConversionWorkspaceRequest
fn default() -> ApplyConversionWorkspaceRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ApplyConversionWorkspaceRequest
impl<'de> Deserialize<'de> for ApplyConversionWorkspaceRequest
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 RequestValue for ApplyConversionWorkspaceRequest
Auto Trait Implementations§
impl RefUnwindSafe for ApplyConversionWorkspaceRequest
impl Send for ApplyConversionWorkspaceRequest
impl Sync for ApplyConversionWorkspaceRequest
impl Unpin for ApplyConversionWorkspaceRequest
impl UnwindSafe for ApplyConversionWorkspaceRequest
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