Class: Google::Apis::DfareportingV5::DynamicTargetingKeysListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v5/classes.rb,
lib/google/apis/dfareporting_v5/representations.rb,
lib/google/apis/dfareporting_v5/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.



6363
6364
6365
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 6363

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

Instance Attribute Details

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

Dynamic targeting key collection. Corresponds to the JSON property dynamicTargetingKeys



6355
6356
6357
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 6355

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)


6361
6362
6363
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 6361

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6368
6369
6370
6371
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 6368

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