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