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.



5839
5840
5841
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5839

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



5831
5832
5833
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5831

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)


5837
5838
5839
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5837

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5844
5845
5846
5847
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 5844

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