Class: AdCenterWrapper::DeleteUserRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/CustomerManagementService.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.

[View source]

1381
1382
1383
1384
# File 'lib/CustomerManagementService.rb', line 1381

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

Instance Attribute Details

#timeStampObject

Returns the value of attribute timeStamp.


1379
1380
1381
# File 'lib/CustomerManagementService.rb', line 1379

def timeStamp
  @timeStamp
end

#userIdObject

Returns the value of attribute userId.


1378
1379
1380
# File 'lib/CustomerManagementService.rb', line 1378

def userId
  @userId
end