Class: AdCenterWrapper::DeleteCustomerRequest

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

Overview

https://adcenter.microsoft.com/api/customermanagementDeleteCustomerRequest

customerId - SOAP::SOAPLong
timeStamp - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerId = nil, timeStamp = nil) ⇒ DeleteCustomerRequest

Returns a new instance of DeleteCustomerRequest.



5049
5050
5051
5052
# File 'lib/adcenter_wrapper_entities.rb', line 5049

def initialize(customerId = nil, timeStamp = nil)
  @customerId = customerId
  @timeStamp = timeStamp
end

Instance Attribute Details

#customerIdObject

Returns the value of attribute customerId.



5046
5047
5048
# File 'lib/adcenter_wrapper_entities.rb', line 5046

def customerId
  @customerId
end

#timeStampObject

Returns the value of attribute timeStamp.



5047
5048
5049
# File 'lib/adcenter_wrapper_entities.rb', line 5047

def timeStamp
  @timeStamp
end