GoogleApi.DFAReporting.V4.Model.ConversionsBatchInsertRequest (google_api_dfa_reporting v0.31.0)
View SourceInsert Conversions Request.
Attributes
-
conversions
(type:list(GoogleApi.DFAReporting.V4.Model.Conversion.t)
, default:nil
) - The set of conversions to insert. -
encryptionInfo
(type:GoogleApi.DFAReporting.V4.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
@type t() :: %GoogleApi.DFAReporting.V4.Model.ConversionsBatchInsertRequest{ conversions: [GoogleApi.DFAReporting.V4.Model.Conversion.t()] | nil, encryptionInfo: GoogleApi.DFAReporting.V4.Model.EncryptionInfo.t() | nil, kind: String.t() | nil }