class Google::Apis::DoubleclicksearchV2::ConversionList
A list of conversions.
Attributes
conversion[RW]
The conversions being requested. Corresponds to the JSON property `conversion` @return [Array<Google::Apis::DoubleclicksearchV2::Conversion>]
kind[RW]
Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/doubleclicksearch_v2/classes.rb, line 325 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/doubleclicksearch_v2/classes.rb, line 330 def update!(**args) @conversion = args[:conversion] if args.key?(:conversion) @kind = args[:kind] if args.key?(:kind) end