Class: AdCenterWrapper::GetTargetsByAdGroupIdsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7GetTargetsByAdGroupIdsResponse

targets - AdCenterWrapper::ArrayOfTarget

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(targets = nil) ⇒ GetTargetsByAdGroupIdsResponse

Returns a new instance of GetTargetsByAdGroupIdsResponse.



3481
3482
3483
# File 'lib/adcenter_wrapper_entities.rb', line 3481

def initialize(targets = nil)
  @targets = targets
end

Instance Attribute Details

#targetsObject

Returns the value of attribute targets.



3479
3480
3481
# File 'lib/adcenter_wrapper_entities.rb', line 3479

def targets
  @targets
end