Struct google_cloudshell1::api::RemovePublicKeyRequest
source · pub struct RemovePublicKeyRequest {
pub key: Option<String>,
}Expand description
Request message for RemovePublicKey.
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).
- environments remove public key users (request)
Fields§
§key: Option<String>Key that should be removed from the environment.
Trait Implementations§
source§impl Clone for RemovePublicKeyRequest
impl Clone for RemovePublicKeyRequest
source§fn clone(&self) -> RemovePublicKeyRequest
fn clone(&self) -> RemovePublicKeyRequest
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 Debug for RemovePublicKeyRequest
impl Debug for RemovePublicKeyRequest
source§impl Default for RemovePublicKeyRequest
impl Default for RemovePublicKeyRequest
source§fn default() -> RemovePublicKeyRequest
fn default() -> RemovePublicKeyRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RemovePublicKeyRequest
impl<'de> Deserialize<'de> for RemovePublicKeyRequest
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