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.



5791
5792
5793
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5791

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



5783
5784
5785
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5783

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)


5789
5790
5791
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5789

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5796
5797
5798
5799
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5796

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