class Google::Apis::DfareportingV3_5::DynamicTargetingKeysListResponse
Dynamic Targeting Key List Response
Attributes
dynamic_targeting_keys[RW]
Dynamic targeting key collection. Corresponds to the JSON property `dynamicTargetingKeys` @return [Array<Google::Apis::DfareportingV3_5::DynamicTargetingKey>]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string â dfareporting#dynamicTargetingKeysListResponseâ. 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 5374 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 5379 def update!(**args) @dynamic_targeting_keys = args[:dynamic_targeting_keys] if args.key?(:dynamic_targeting_keys) @kind = args[:kind] if args.key?(:kind) end