Class: AdCenterWrapper::DeleteBehavioralBidsRequest

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

Overview

https://adcenter.microsoft.com/v7DeleteBehavioralBidsRequest

adGroupId - SOAP::SOAPLong
behavioralBidIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil, behavioralBidIds = nil) ⇒ DeleteBehavioralBidsRequest

Returns a new instance of DeleteBehavioralBidsRequest.



2748
2749
2750
2751
# File 'lib/adcenter_wrapper_entities.rb', line 2748

def initialize(adGroupId = nil, behavioralBidIds = nil)
  @adGroupId = adGroupId
  @behavioralBidIds = behavioralBidIds
end

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



2745
2746
2747
# File 'lib/adcenter_wrapper_entities.rb', line 2745

def adGroupId
  @adGroupId
end

#behavioralBidIdsObject

Returns the value of attribute behavioralBidIds.



2746
2747
2748
# File 'lib/adcenter_wrapper_entities.rb', line 2746

def behavioralBidIds
  @behavioralBidIds
end