Page abstract

  • totalNumEntries - SOAP::SOAPInt
  • page_Type - SOAP::SOAPString
Methods
N
Attributes
[RW] totalNumEntries
[RW] page_Type
Class Public methods
new(totalNumEntries = nil, page_Type = nil)
# File lib/adwords4r/v200909/CampaignAdExtensionService.rb, line 718
  def initialize(totalNumEntries = nil, page_Type = nil)
    @totalNumEntries = totalNumEntries
    @page_Type = page_Type
  end