Class: AdCenterWrapper::UpdateAccountResponse

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

[View source]

1063
1064
1065
# File 'lib/CustomerManagementService.rb', line 1063

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

Instance Attribute Details

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.


1061
1062
1063
# File 'lib/CustomerManagementService.rb', line 1061

def lastModifiedTime
  @lastModifiedTime
end