Struct google_storage1::ObjectCustomerEncryption
[−]
[src]
pub struct ObjectCustomerEncryption {
pub encryption_algorithm: Option<String>,
pub key_sha256: Option<String>,
}Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
This type is not used in any activity, and only used as part of another schema.
Fields
encryption_algorithm: Option<String>
The encryption algorithm.
key_sha256: Option<String>
SHA256 hash value of the encryption key.
Trait Implementations
impl Default for ObjectCustomerEncryption[src]
fn default() -> ObjectCustomerEncryption
Returns the "default value" for a type. Read more
impl Clone for ObjectCustomerEncryption[src]
fn clone(&self) -> ObjectCustomerEncryption
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more