ContentLabel

Methods
N
Attributes
[RW] id
[RW] criterion_Type
[RW] contentLabelType
Class Public methods
new(id = nil, criterion_Type = nil, contentLabelType = nil)
# File lib/adwords4r/v200906/CampaignCriterionService.rb, line 159
  def initialize(id = nil, criterion_Type = nil, contentLabelType = nil)
    @id = id
    @criterion_Type = criterion_Type
    @contentLabelType = contentLabelType
  end