- id - SOAP::SOAPLong
- criterion_Type - SOAP::SOAPString
- contentLabelType - AdWords::V200906::CampaignCriterionService::ContentLabelType
Methods
- N
Attributes
[RW] | id | |
[RW] | criterion_Type | |
[RW] | contentLabelType |
Class Public methods
Source: show
# 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