GoogleApi.DFAReporting.V34.Model.EncryptionInfo (google_api_dfa_reporting v0.31.0)

View Source

A description of how user IDs are encrypted.

Attributes

  • encryptionEntityId (type: String.t, default: nil) - The encryption entity ID. This should match the encryption configuration for ad serving or Data Transfer.
  • encryptionEntityType (type: String.t, default: nil) - The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.
  • encryptionSource (type: String.t, default: nil) - Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#encryptionInfo".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.EncryptionInfo{
  encryptionEntityId: String.t() | nil,
  encryptionEntityType: String.t() | nil,
  encryptionSource: String.t() | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.