Keyword

Methods
N
Attributes
[RW] id
[RW] criterion_Type
[RW] text
[RW] matchType
Class Public methods
new(id = nil, criterion_Type = nil, text = nil, matchType = nil)
# File lib/adwords4r/v200909/BulkMutateJobService.rb, line 2185
  def initialize(id = nil, criterion_Type = nil, text = nil, matchType = nil)
    @id = id
    @criterion_Type = criterion_Type
    @text = text
    @matchType = matchType
  end