- id - SOAP::SOAPLong
- criterion_Type - SOAP::SOAPString
- url - SOAP::SOAPString
Methods
- N
Attributes
[RW] | id | |
[RW] | criterion_Type | |
[RW] | url |
Class Public methods
Source: show
# File lib/adwords4r/v200909/AdGroupCriterionService.rb, line 973 def initialize(id = nil, criterion_Type = nil, url = nil) @id = id @criterion_Type = criterion_Type @url = url end