Class: AdCenterWrapper::UpdateAccountResponse

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

Overview

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

lastModifiedTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



4854
4855
4856
# File 'lib/adcenter_wrapper_entities.rb', line 4854

def lastModifiedTime
  @lastModifiedTime
end