Class: AdCenterWrapper::GetNetworksByAdGroupIdsResponse

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

Overview

https://adcenter.microsoft.com/v7GetNetworksByAdGroupIdsResponse

adGroupNetworks - AdCenterWrapper::ArrayOfAdGroupNetwork

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupNetworks = nil) ⇒ GetNetworksByAdGroupIdsResponse

Returns a new instance of GetNetworksByAdGroupIdsResponse.



2082
2083
2084
# File 'lib/adcenter_wrapper_entities.rb', line 2082

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

Instance Attribute Details

#adGroupNetworksObject

Returns the value of attribute adGroupNetworks.



2080
2081
2082
# File 'lib/adcenter_wrapper_entities.rb', line 2080

def adGroupNetworks
  @adGroupNetworks
end