Struct google_dfareporting2d7::EncryptionInfo [] [src]

pub struct EncryptionInfo {
    pub kind: Option<String>,
    pub encryption_entity_id: Option<String>,
    pub encryption_source: Option<String>,
    pub encryption_entity_type: Option<String>,
}

A description of how user IDs are encrypted.

This type is not used in any activity, and only used as part of another schema.

Fields

Identifies what kind of resource this is. Value: the fixed string "dfareporting#encryptionInfo".

The encryption entity ID. This should match the encryption configuration for ad serving or Data Transfer.

Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer.

The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.

Trait Implementations

impl Default for EncryptionInfo
[src]

[src]

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

impl Clone for EncryptionInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EncryptionInfo
[src]

[src]

Formats the value using the given formatter.

impl Part for EncryptionInfo
[src]