Class: AdCenterWrapper::DeleteAccountRequest

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

Overview

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

accountId - SOAP::SOAPLong
timeStamp - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil, timeStamp = nil) ⇒ DeleteAccountRequest

Returns a new instance of DeleteAccountRequest.



5030
5031
5032
5033
# File 'lib/adcenter_wrapper_entities.rb', line 5030

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

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



5027
5028
5029
# File 'lib/adcenter_wrapper_entities.rb', line 5027

def accountId
  @accountId
end

#timeStampObject

Returns the value of attribute timeStamp.



5028
5029
5030
# File 'lib/adcenter_wrapper_entities.rb', line 5028

def timeStamp
  @timeStamp
end