class Google::Apis::DfareportingV3_5::ConversionsBatchUpdateRequest

Update Conversions Request.

Attributes

conversions[RW]

The set of conversions to update. Corresponds to the JSON property `conversions` @return [Array<Google::Apis::DfareportingV3_5::Conversion>]

encryption_info[RW]

A description of how user IDs are encrypted. Corresponds to the JSON property `encryptionInfo` @return [Google::Apis::DfareportingV3_5::EncryptionInfo]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ dfareporting#conversionsBatchUpdateRequest”. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 2660
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_5/classes.rb, line 2665
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