Struct google_cloudshell1::api::AddPublicKeyRequest
source · pub struct AddPublicKeyRequest {
pub key: Option<String>,
}Expand description
Request message for AddPublicKey.
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 add public key users (request)
Fields§
§key: Option<String>Key that should be added to the environment. Supported formats are ssh-dss (see RFC4253), ssh-rsa (see RFC4253), ecdsa-sha2-nistp256 (see RFC5656), ecdsa-sha2-nistp384 (see RFC5656) and ecdsa-sha2-nistp521 (see RFC5656). It should be structured as
Trait Implementations§
source§impl Clone for AddPublicKeyRequest
impl Clone for AddPublicKeyRequest
source§fn clone(&self) -> AddPublicKeyRequest
fn clone(&self) -> AddPublicKeyRequest
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 AddPublicKeyRequest
impl Debug for AddPublicKeyRequest
source§impl Default for AddPublicKeyRequest
impl Default for AddPublicKeyRequest
source§fn default() -> AddPublicKeyRequest
fn default() -> AddPublicKeyRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AddPublicKeyRequest
impl<'de> Deserialize<'de> for AddPublicKeyRequest
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