GoogleApi.DFAReporting.V33.Model.ConversionsBatchInsertRequest (google_api_dfa_reporting v0.31.0)

View Source

Insert Conversions Request.

Attributes

  • conversions (type: list(GoogleApi.DFAReporting.V33.Model.Conversion.t), default: nil) - The set of conversions to insert.
  • encryptionInfo (type: GoogleApi.DFAReporting.V33.Model.EncryptionInfo.t, default: nil) - Describes how encryptedUserId or encryptedUserIdCandidates[] is encrypted. This is a required field if encryptedUserId or encryptedUserIdCandidates[] is used.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#conversionsBatchInsertRequest".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.ConversionsBatchInsertRequest{
  conversions: [GoogleApi.DFAReporting.V33.Model.Conversion.t()] | nil,
  encryptionInfo: GoogleApi.DFAReporting.V33.Model.EncryptionInfo.t() | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.