pub struct GoogleCloudApigeeV1MoveSharedFlowRequest {
pub space: Option<String>,
}Expand description
Moves a Shared Flow to a different space.
§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).
- sharedflows move organizations (request)
Fields§
§space: Option<String>Optional. Resource ID of the space to move the shared flow to. If unspecified, the shared flow will be moved to the organization level.
Trait Implementations§
Source§fn clone(&self) -> GoogleCloudApigeeV1MoveSharedFlowRequest
fn clone(&self) -> GoogleCloudApigeeV1MoveSharedFlowRequest
Returns a duplicate 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§fn default() -> GoogleCloudApigeeV1MoveSharedFlowRequest
fn default() -> GoogleCloudApigeeV1MoveSharedFlowRequest
Returns the “default value” for a type. Read more
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
Auto Trait Implementations§
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