Class: AdCenterWrapper::UpdateAccountResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateAccountResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customermanagementUpdateAccountResponse
lastModifiedTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
Instance Method Summary collapse
-
#initialize(lastModifiedTime = nil) ⇒ UpdateAccountResponse
constructor
A new instance of UpdateAccountResponse.
Constructor Details
#initialize(lastModifiedTime = nil) ⇒ UpdateAccountResponse
Returns a new instance of UpdateAccountResponse.
4856 4857 4858 |
# File 'lib/adcenter_wrapper_entities.rb', line 4856 def initialize(lastModifiedTime = nil) @lastModifiedTime = lastModifiedTime end |
Instance Attribute Details
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
4854 4855 4856 |
# File 'lib/adcenter_wrapper_entities.rb', line 4854 def lastModifiedTime @lastModifiedTime end |