google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V33.Model.ConversionsBatchInsertRequest 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".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.