Class: Google::Apis::DfareportingV4::DynamicTargetingKeysListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/representations.rb

Overview

Dynamic Targeting Key List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DynamicTargetingKeysListResponse

Returns a new instance of DynamicTargetingKeysListResponse.



5694
5695
5696
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5694

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#dynamic_targeting_keysArray<Google::Apis::DfareportingV4::DynamicTargetingKey>

Dynamic targeting key collection. Corresponds to the JSON property dynamicTargetingKeys



5686
5687
5688
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5686

def dynamic_targeting_keys
  @dynamic_targeting_keys
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#dynamicTargetingKeysListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


5692
5693
5694
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5692

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5699
5700
5701
5702
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5699

def update!(**args)
  @dynamic_targeting_keys = args[:dynamic_targeting_keys] if args.key?(:dynamic_targeting_keys)
  @kind = args[:kind] if args.key?(:kind)
end