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

The encryption algorithm.

SHA256 hash value of the encryption key.

Trait Implementations

impl Default for ObjectCustomerEncryption
[src]

Returns the "default value" for a type. Read more

impl Clone for ObjectCustomerEncryption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ObjectCustomerEncryption
[src]

Formats the value using the given formatter. Read more

impl NestedType for ObjectCustomerEncryption
[src]

impl Part for ObjectCustomerEncryption
[src]

Auto Trait Implementations