Class: AdWords::V200909::BulkMutateJobService::ContentLabel
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
ContentLabel
-
id - SOAP::SOAPLong
-
criterion_Type - SOAP::SOAPString
-
contentLabelType - AdWords::V200909::BulkMutateJobService::ContentLabelType
Instance Attribute Summary collapse
-
#contentLabelType ⇒ Object
Returns the value of attribute contentLabelType.
-
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil, criterion_Type = nil, contentLabelType = nil) ⇒ ContentLabel
constructor
A new instance of ContentLabel.
Constructor Details
#initialize(id = nil, criterion_Type = nil, contentLabelType = nil) ⇒ ContentLabel
Returns a new instance of ContentLabel.
2170 2171 2172 2173 2174 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2170 def initialize(id = nil, criterion_Type = nil, contentLabelType = nil) @id = id @criterion_Type = criterion_Type @contentLabelType = contentLabelType end |
Instance Attribute Details
#contentLabelType ⇒ Object
Returns the value of attribute contentLabelType.
2168 2169 2170 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2168 def contentLabelType @contentLabelType end |
#criterion_Type ⇒ Object
Returns the value of attribute criterion_Type.
2167 2168 2169 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2167 def criterion_Type @criterion_Type end |
#id ⇒ Object
Returns the value of attribute id.
2166 2167 2168 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2166 def id @id end |