Class: AdCenterWrapper::UpdateUserResponse

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

Overview

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

lastModifiedTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(lastModifiedTime = nil) ⇒ UpdateUserResponse

Returns a new instance of UpdateUserResponse.



5076
5077
5078
# File 'lib/adcenter_wrapper_entities.rb', line 5076

def initialize(lastModifiedTime = nil)
  @lastModifiedTime = lastModifiedTime
end

Instance Attribute Details

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



5074
5075
5076
# File 'lib/adcenter_wrapper_entities.rb', line 5074

def lastModifiedTime
  @lastModifiedTime
end