Methods
- N
Attributes
[RW] | totalNumEntries | |
[RW] | page_Type |
Class Public methods
Source: show
# File lib/adwords4r/v200909/CampaignCriterionService.rb, line 736 736: def initialize(totalNumEntries = nil, page_Type = nil) 737: @totalNumEntries = totalNumEntries 738: @page_Type = page_Type 739: end