Class: AdCenterWrapper::DeleteUserRequest

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

Overview

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

userId - SOAP::SOAPLong
timeStamp - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userId = nil, timeStamp = nil) ⇒ DeleteUserRequest

Returns a new instance of DeleteUserRequest.



5158
5159
5160
5161
# File 'lib/adcenter_wrapper_entities.rb', line 5158

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

Instance Attribute Details

#timeStampObject

Returns the value of attribute timeStamp.



5156
5157
5158
# File 'lib/adcenter_wrapper_entities.rb', line 5156

def timeStamp
  @timeStamp
end

#userIdObject

Returns the value of attribute userId.



5155
5156
5157
# File 'lib/adcenter_wrapper_entities.rb', line 5155

def userId
  @userId
end