id - SOAP::SOAPLong
criterion_Type - SOAP::SOAPString
text - SOAP::SOAPString
matchType - AdWords::V200909::BulkMutateJobService::KeywordMatchType
Methods
- N
Attributes
[RW] | id | |
[RW] | criterion_Type | |
[RW] | text | |
[RW] | matchType |
Class Public methods
Source: show
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 2188 2188: def initialize(id = nil, criterion_Type = nil, text = nil, matchType = nil) 2189: @id = id 2190: @criterion_Type = criterion_Type 2191: @text = text 2192: @matchType = matchType 2193: end