google_api_dfa_reporting v0.8.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:dfareporting#conversionsBatchInsertRequest
) - 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.