id - SOAP::SOAPLong
criterion_Type - SOAP::SOAPString
text - SOAP::SOAPString
matchType - AdWords::V200909::AdGroupCriterionService::KeywordMatchType
Methods
- N
Attributes
[RW] | id | |
[RW] | criterion_Type | |
[RW] | text | |
[RW] | matchType |
Class Public methods
Source: show
# File lib/adwords4r/v200909/AdGroupCriterionService.rb, line 238 238: def initialize(id = nil, criterion_Type = nil, text = nil, matchType = nil) 239: @id = id 240: @criterion_Type = criterion_Type 241: @text = text 242: @matchType = matchType 243: end