google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V34.Model.ConversionsBatchUpdateRequest View Source
Update Conversions Request.
Attributes
-
conversions
(type:list(GoogleApi.DFAReporting.V34.Model.Conversion.t)
, default:nil
) - The set of conversions to update. -
encryptionInfo
(type:GoogleApi.DFAReporting.V34.Model.EncryptionInfo.t
, default:nil
) - Describes how encryptedUserId is encrypted. This is a required field if encryptedUserId is used. -
kind
(type:String.t
, default:dfareporting#conversionsBatchUpdateRequest
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#conversionsBatchUpdateRequest".
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DFAReporting.V34.Model.ConversionsBatchUpdateRequest{ conversions: [GoogleApi.DFAReporting.V34.Model.Conversion.t()], encryptionInfo: GoogleApi.DFAReporting.V34.Model.EncryptionInfo.t(), kind: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.