class Google::Apis::DfareportingV3_3::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_3::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_3/classes.rb, line 5238
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_3/classes.rb, line 5243
def update!(**args)
  @dynamic_targeting_keys = args[:dynamic_targeting_keys] if args.key?(:dynamic_targeting_keys)
  @kind = args[:kind] if args.key?(:kind)
end