Class: AdCenterWrapper::PauseBehavioralBidsRequest

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

Overview

https://adcenter.microsoft.com/v7PauseBehavioralBidsRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PauseBehavioralBidsRequest.



2810
2811
2812
2813
# File 'lib/adcenter_wrapper_entities.rb', line 2810

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

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



2807
2808
2809
# File 'lib/adcenter_wrapper_entities.rb', line 2807

def adGroupId
  @adGroupId
end

#behavioralBidIdsObject

Returns the value of attribute behavioralBidIds.



2808
2809
2810
# File 'lib/adcenter_wrapper_entities.rb', line 2808

def behavioralBidIds
  @behavioralBidIds
end