Methods
- N
Attributes
[RW] | totalNumEntries | |
[RW] | page_Type |
Class Public methods
Source: show
# File lib/adwords4r/v200909/AdGroupAdService.rb, line 2035 2035: def initialize(totalNumEntries = nil, page_Type = nil) 2036: @totalNumEntries = totalNumEntries 2037: @page_Type = page_Type 2038: end