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