Class: AdCenterWrapper::DeleteAccountRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::DeleteAccountRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customermanagementDeleteAccountRequest
accountId - SOAP::SOAPLong
timeStamp - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
Instance Method Summary collapse
-
#initialize(accountId = nil, timeStamp = nil) ⇒ DeleteAccountRequest
constructor
A new instance of DeleteAccountRequest.
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
#accountId ⇒ Object
Returns the value of attribute accountId.
5027 5028 5029 |
# File 'lib/adcenter_wrapper_entities.rb', line 5027 def accountId @accountId end |
#timeStamp ⇒ Object
Returns the value of attribute timeStamp.
5028 5029 5030 |
# File 'lib/adcenter_wrapper_entities.rb', line 5028 def timeStamp @timeStamp end |