pub struct GoogleCloudApigeeV1MoveApiProxyRequest {
pub space: Option<String>,
}Expand description
Moves an API Proxy 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).
- apis move organizations (request)
Fields§
§space: Option<String>Optional. Resource ID of the space to move the proxy to. If unspecified, the proxy will be moved to the organization level.
Trait Implementations§
Source§impl Clone for GoogleCloudApigeeV1MoveApiProxyRequest
impl Clone for GoogleCloudApigeeV1MoveApiProxyRequest
Source§fn clone(&self) -> GoogleCloudApigeeV1MoveApiProxyRequest
fn clone(&self) -> GoogleCloudApigeeV1MoveApiProxyRequest
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§impl Default for GoogleCloudApigeeV1MoveApiProxyRequest
impl Default for GoogleCloudApigeeV1MoveApiProxyRequest
Source§fn default() -> GoogleCloudApigeeV1MoveApiProxyRequest
fn default() -> GoogleCloudApigeeV1MoveApiProxyRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudApigeeV1MoveApiProxyRequest
impl<'de> Deserialize<'de> for GoogleCloudApigeeV1MoveApiProxyRequest
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 GoogleCloudApigeeV1MoveApiProxyRequest
Auto Trait Implementations§
impl Freeze for GoogleCloudApigeeV1MoveApiProxyRequest
impl RefUnwindSafe for GoogleCloudApigeeV1MoveApiProxyRequest
impl Send for GoogleCloudApigeeV1MoveApiProxyRequest
impl Sync for GoogleCloudApigeeV1MoveApiProxyRequest
impl Unpin for GoogleCloudApigeeV1MoveApiProxyRequest
impl UnwindSafe for GoogleCloudApigeeV1MoveApiProxyRequest
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