Class: AdCenterWrapper::DeleteTargetFromAdGroupRequest

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

Overview

https://adcenter.microsoft.com/v7DeleteTargetFromAdGroupRequest

adGroupId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil) ⇒ DeleteTargetFromAdGroupRequest

Returns a new instance of DeleteTargetFromAdGroupRequest.



3455
3456
3457
# File 'lib/adcenter_wrapper_entities.rb', line 3455

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

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



3453
3454
3455
# File 'lib/adcenter_wrapper_entities.rb', line 3453

def adGroupId
  @adGroupId
end