class Google::Apis::DfareportingV3_4::ConversionsBatchInsertRequest
Insert Conversions Request.
Attributes
conversions[RW]
The set of conversions to insert. Corresponds to the JSON property `conversions` @return [Array<Google::Apis::DfareportingV3_4::Conversion>]
encryption_info[RW]
A description of how user IDs are encrypted. Corresponds to the JSON property `encryptionInfo` @return [Google::Apis::DfareportingV3_4::EncryptionInfo]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “ dfareporting#conversionsBatchInsertRequest”. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 2656 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 2661 def update!(**args) @conversions = args[:conversions] if args.key?(:conversions) @encryption_info = args[:encryption_info] if args.key?(:encryption_info) @kind = args[:kind] if args.key?(:kind) end