Class: AdCenterWrapper::FindAccountsOrCustomersInfoResponse

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

Overview

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

accountInfoWithCustomerData - AdCenterWrapper::ArrayOfAccountInfoWithCustomerData

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountInfoWithCustomerData = nil) ⇒ FindAccountsOrCustomersInfoResponse

Returns a new instance of FindAccountsOrCustomersInfoResponse.

[View source]

1496
1497
1498
# File 'lib/CustomerManagementService.rb', line 1496

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

Instance Attribute Details

#accountInfoWithCustomerDataObject

Returns the value of attribute accountInfoWithCustomerData.


1494
1495
1496
# File 'lib/CustomerManagementService.rb', line 1494

def accountInfoWithCustomerData
  @accountInfoWithCustomerData
end