Class: AdCenterWrapper::GetBehavioralBidsByAdGroupIdResponse

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

Overview

https://adcenter.microsoft.com/v7GetBehavioralBidsByAdGroupIdResponse

behavioralBids - AdCenterWrapper::ArrayOfBehavioralBid

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(behavioralBids = nil) ⇒ GetBehavioralBidsByAdGroupIdResponse

Returns a new instance of GetBehavioralBidsByAdGroupIdResponse.



2798
2799
2800
# File 'lib/adcenter_wrapper_entities.rb', line 2798

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

Instance Attribute Details

#behavioralBidsObject

Returns the value of attribute behavioralBids.



2796
2797
2798
# File 'lib/adcenter_wrapper_entities.rb', line 2796

def behavioralBids
  @behavioralBids
end